gaoluyang
2026-06-22 eca5924030894adc81661f0784b87a95fe702d2f
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"
@@ -183,6 +183,7 @@
          clickFun: row => {
            handleDelete(row);
          },
          hasPermi: ['product:bom:remove']
        },
      ],
    },