src/views/productionManagement/productionProcess/index.vue
@@ -33,7 +33,8 @@ </el-button> <el-button link type="danger" @click.stop="handleDeleteProcess(process)"> @click.stop="handleDeleteProcess(process)" v-hasPermi="['productionManagement:productionProcess:remove']"> <el-icon> <Delete /> </el-icon> @@ -482,6 +483,7 @@ { name: "删除", clickFun: row => handleDeleteParam(row), hasPermi: ['productionManagement:productionProcess:remove'] }, ], },