spring
2025-04-27 41c9b2fa8cef5f45c23d00d33680764b48dfc3cc
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() {