@@ -62,7 +62,7 @@ export default {
"避难层(间)被占用或擅自改变用途",
],
pcqkOptions: ["存在", "不存在"],
- zgjdOptions: ["待计划整改", "已计划待整改", "已整改"],
+ zgjdOptions: ["待计划", "待整改", "已整改"],
zgqxOptions: [
"15日到期整改",
"30日到期整改",
@@ -80,7 +80,7 @@ export default {
color: "#fff",
fontSize: 14,
},
- data: ["待计划整改", "已计划待整改", "已整改"],
+ data: ["待计划", "待整改", "已整改"],
color: ["#f27d10", "#00eaff", "#16c843"],
series: [
@@ -16,7 +16,7 @@
<span>已整改数</span>
<hidden-danger-total :number="yzgsNum" label="" unit="栋/条" />
</div>
- <div class="hidden-danger-detection_top_inner" @click="openModal(['待计划整改', '已计划待整改'])" style="cursor: pointer;">
+ <div class="hidden-danger-detection_top_inner" @click="openModal(['待计划', '待整改'])" style="cursor: pointer;">
<span>未整改数</span>
<hidden-danger-total :number="wzgsNum" label="" unit="栋/条" />