|
|
@@ -19,11 +19,11 @@
|
|
|
查询
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
<el-dropdown-item command="search">高级查询</el-dropdown-item>
|
|
|
+ <el-dropdown-item style="color:black;"
|
|
|
+ v-for="item in searchTemplates"
|
|
|
+ :key="item.name"
|
|
|
+ :command="item.template">{{item.name}}</el-dropdown-item>
|
|
|
<el-dropdown-item command="clear">查询重置</el-dropdown-item>
|
|
|
- <el-dropdown-item style="color:black;"
|
|
|
- v-for="item in searchTemplates"
|
|
|
- :key="item.name"
|
|
|
- :command="item.template">{{item.name}}</el-dropdown-item>
|
|
|
<el-dropdown-item divided style="color:black;" command="编辑">自定义</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|