Browse Source

修改

master_tdsql
xzt 1 year ago
parent
commit
66b862cf93
  1. 4
      src/views/sluice/safetyManage/confirmDelimitationManage/index.vue
  2. 1
      src/views/sluice/safetyManage/safeProduction/components/list.vue

4
src/views/sluice/safetyManage/confirmDelimitationManage/index.vue

@ -77,7 +77,7 @@
v-hasPermi="['yg:qqhj:view']" v-hasPermi="['yg:qqhj:view']"
>查看</el-button >查看</el-button
> >
</el-col> --> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="success" type="success"
@ -88,7 +88,7 @@
>确权划界</el-button >确权划界</el-button
> >
</el-col> </el-col>
<!-- <el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="danger" type="danger"
icon="el-icon-delete" icon="el-icon-delete"

1
src/views/sluice/safetyManage/safeProduction/components/list.vue

@ -560,6 +560,7 @@ export default {
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
this.reset(); this.reset();
this.isResolve = false;
this.open = true; this.open = true;
this.title = "添加水闸隐患信息"; this.title = "添加水闸隐患信息";
}, },

Loading…
Cancel
Save