王震
2024-01-15 c3afbc09c01445f8cf5180065523e101fb0588c3
Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
已修改1个文件
24 ■■■■ 文件已修改
src/views/plan/operationtask/index.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/operationtask/index.vue
@@ -43,7 +43,7 @@
          >
            货盘运输
          </el-button>
          <el-button
          <el-button
          v-if="permissions.operationTask_operationtask_priority"
          style="margin-left:10px" @click="openTaskOrder">
            优先级
@@ -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() {