|
|
@@ -23,7 +23,11 @@
|
|
|
</vab-query-form-top-panel>
|
|
|
<vab-query-form-left-panel :span="12">
|
|
|
<vab-query-form-left-panel :span="12">
|
|
|
- <el-button v-permissions="['work:head:add']" icon="el-icon-plus" type="primary" @click="createOrder(null)">
|
|
|
+ <el-button
|
|
|
+ v-permissions="['proj:business:workOrder']"
|
|
|
+ icon="el-icon-plus"
|
|
|
+ type="primary"
|
|
|
+ @click="createOrder(null)">
|
|
|
创建工单
|
|
|
</el-button>
|
|
|
</vab-query-form-left-panel>
|