gaoluyang
2026-06-22 bc365ef47ae4e01754aeadbae26170e11c9bb80e
src/views/productionManagement/processRoute/index.vue
@@ -25,7 +25,7 @@
        <el-button type="danger"
                   @click="handleDelete"
                   :disabled="selectedRows.length === 0"
                   plain>删除工艺路线</el-button>
                   plain v-hasPermi="['productionManagement:processRoute:remove']">删除工艺路线</el-button>
      </div>
      <PIMTable rowKey="id"
                :column="tableColumn"