Skip to content

Commit

Permalink
perf: 表格设计器自动设置菜单顺序调整
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 6, 2021
1 parent 03ddf40 commit c40677d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/table-designer/src/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
自动设置<i class="el-icon-arrow-down el-icon--right"></i>
</el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="generateTableByForm">
[请先设置表单]根据表单生成表格
</el-dropdown-item>
<el-dropdown-item command="autoSetSearchable">
检索状态:除了操作列,默认所有列都可以作为查询条件。
</el-dropdown-item>
Expand All @@ -32,9 +35,6 @@
<el-dropdown-item command="autoSetSearchOption">
[请先设置表单]分析表单配置以设置表格高级搜索options
</el-dropdown-item>
<el-dropdown-item command="generateTableByForm">
[请先设置表单]根据表单生成表格
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<el-select v-model="selectedForm"
Expand Down

0 comments on commit c40677d

Please sign in to comment.