| | |
| | | > |
| | | 货盘运输 |
| | | </el-button> |
| | | <el-button style="margin-left:10px" @click="openTaskOrder"> |
| | | <el-button |
| | | v-if="permissions.operationTask_operationtask_priority" |
| | | style="margin-left:10px" @click="openTaskOrder"> |
| | | 优先级 |
| | | </el-button> |
| | | </template> |
| | |
| | | } |
| | | ], |
| | | toolbar: [], |
| | | operator: [ |
| | | { |
| | | text: '删除', |
| | | icon: 'el-icon-delete', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.deleteHandle |
| | | } |
| | | ], |
| | | operator: null, |
| | | operatorConfig: { |
| | | fixed: 'right', |
| | | label: '操作', |
| | |
| | | taskOrderDialog |
| | | }, |
| | | created() { |
| | | if(this.permissions.operationTask_operationtask_del){ |
| | | this.table.operator = [ |
| | | { |
| | | text: '删除', |
| | | icon: 'el-icon-delete', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.deleteHandle |
| | | } |
| | | ] |
| | | } |
| | | this.getManufactureAttrs() |
| | | }, |
| | | mounted() { |