gaoluyang
2026-08-06 377c0a70c094d024aeb0bb94f4b791c6d5530c1e
src/views/productionManagement/productStructure/index.vue
@@ -18,7 +18,7 @@
        <el-button type="danger"
                   plain
                   @click="handleBatchDelete"
                   :disabled="selectedRows.length === 0">删除</el-button>
                   :disabled="selectedRows.length === 0" v-hasPermi="['product:bom:remove']">删除</el-button>
      </div>
      <PIMTable rowKey="id"
                :column="tableColumn"
@@ -160,7 +160,7 @@
      label: "操作",
      align: "center",
      fixed: "right",
      width: 150,
      width: 250,
      operation: [
        {
          name: "复制",
@@ -183,6 +183,7 @@
          clickFun: row => {
            handleDelete(row);
          },
          hasPermi: ['product:bom:remove']
        },
      ],
    },