gaoluyang
3 天以前 eca5924030894adc81661f0784b87a95fe702d2f
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"