gaoluyang
3 天以前 5ee2390929e041409ec1fde9829c8261fc050a33
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']
        },
      ],
    },