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