src/views/permit/permit.vue
@@ -47,7 +47,6 @@ :size="size" :type="type" @click.stop="rowDel(row)" v-if="row.type == '2'" >许可审批 </el-button> <el-button @@ -482,7 +481,7 @@ ); }, rowDel(row) { this.$confirm("确定对选择的许可进行审批?", { this.$confirm("是否通过?", { confirmButtonText: "通过", cancelButtonText: "不通过", type: "warning",