@@ -234,7 +234,7 @@ export default {
setTitle(type) {
switch (type) {
case "detail":
- this.title = "详情";
+ this.title = "隐患问题详情";
break;
case "confirm":
this.title = "隐患确认";
@@ -124,7 +124,7 @@
></el-table-column>
<el-table-column
header-align="center"
- label="所属机构"
+ label="机构名称"
prop="orgName"
v-if="columns[1].visible"
/>
@@ -226,7 +226,7 @@ export default {
+ this.title = "问题整改详情";
@@ -107,7 +107,7 @@
@@ -278,7 +278,7 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.resetForm("queryForm");
- this.queryParams.submitRange = null;
+ this.queryParams.reformRange = null;
this.handleQuery();
},
// // 多选框选中数据