Browse Source

fix: 修复重置与隐患状态显示

sy-water-data-board-ui
hxh 10 months ago
parent
commit
b2988caa42
  1. 5
      src/views/dike/runManage/enginerring/inspectionRecords/index.vue

5
src/views/dike/runManage/enginerring/inspectionRecords/index.vue

@ -208,6 +208,7 @@ export default {
this.paramsData.lineType = "";
this.paramsData.dutyHolderType = "";
this.paramsData.status = "";
this.paramsData.handleStatus = "";
this.reqCountCalc();
this.pageData.pageNum = 1;
this.getTableData();
@ -496,13 +497,13 @@ export default {
v-else-if="scope.row.handleStatus === '1'"
type="success"
class="normal"
>处置</el-tag
>处置</el-tag
>
<el-tag
v-else-if="scope.row.handleStatus === '2'"
type="danger"
class="abnormal"
>处置</el-tag
>处置</el-tag
>
</template>
</el-table-column>

Loading…
Cancel
Save