Commit e90e86fc authored by xinzhedeai's avatar xinzhedeai

Merge branch 'gaoqucodecheck' of...

Merge branch 'gaoqucodecheck' of http://h.gemho.cn:7099/zhaojunbao/gaoquyingjih5-asd into gaoqucodecheck
parents 8851523b a440f269
......@@ -56,7 +56,7 @@
<van-tab title="待审核"></van-tab>
<van-tab title="待整改"></van-tab>
<van-tab title="已整改"></van-tab>
<!-- <van-tab title="整改逾期"></van-tab> -->
<van-tab title="整改逾期"></van-tab>
</van-tabs>
<!-- 隐患列表 -->
<van-list>
......
......@@ -59,7 +59,7 @@ window.addEventListener("load", function () {
},
computed: {
filteredHazards() {
const statusMap = ['全部', '待审核', '待整改', '已整改'];
const statusMap = ['全部', '待审核', '待整改', '已整改', '整改逾期'];
return this.hazardList.filter(item =>
this.subActiveTab === 0 ? true : item.rectificationStatusName === statusMap[this.subActiveTab]
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment