Commit 8cdc38753bebfd485700263b60d3f1e6ca1def5a
1 parent
7c82f853
调整所有任务的界面
Showing
1 changed file
with
4 additions
and
4 deletions
ant-design-vue-jeecg/src/views/system/task/AllTaskHeaderList.vue
... | ... | @@ -82,13 +82,13 @@ |
82 | 82 | <!-- 查询区域-END --> |
83 | 83 | |
84 | 84 | <!-- 操作按钮区域 --> |
85 | -<!-- <div class="table-operator">--> | |
85 | + <div class="table-operator"> | |
86 | 86 | <!-- <a-button @click="createEmptyIn()" v-has="'taskHeader:emptyIn'" type="primary">空托入库</a-button>--> |
87 | 87 | <!-- <a-button @click="createManyEmptyIn()" v-has="'taskHeader:manyEmptyIn'" type="primary">空托组入库</a-button>--> |
88 | 88 | <!-- <a-button @click="openDemo()" type="primary">弹出demo</a-button>--> |
89 | -<!-- </div>--> | |
90 | - <j-super-query :fieldList="superFieldList" v-has="'taskHeader:superQuery'" @handleSuperQuery="handleSuperQuery"/> | |
91 | - <a-button v-has="'taskHeader:export'" type="primary" icon="download" @click="handleExportXls('任务表')">导出</a-button> | |
89 | + <j-super-query :fieldList="superFieldList" v-has="'taskHeader:superQuery'" @handleSuperQuery="handleSuperQuery"/> | |
90 | + <a-button v-has="'taskHeader:export'" type="primary" icon="download" @click="handleExportXls('任务表')">导出</a-button> | |
91 | + </div> | |
92 | 92 | |
93 | 93 | <!-- table区域-begin --> |
94 | 94 | <div> |
... | ... |