src/views/plan/operationtask/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/plan/operationtask/index.vue
@@ -533,17 +533,17 @@ 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() {