Commit 28d540db authored by xinzhedeai's avatar xinzhedeai

fix:整改详情,待整改状态标记背景色修改

parent 58aa4d82
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
<!-- 待整改 --> <!-- 待整改 -->
<div v-if="record.rectificationStatus === 0" class="pending-status"> <div v-if="record.rectificationStatus === 0" class="pending-status">
<span class="status-tag">{{ record.rectificationStatusName }}</span> <span class="status-tag" style="background: #1693FF;">{{ record.rectificationStatusName }}</span>
</div> </div>
<!-- 整改逾期 --> <!-- 整改逾期 -->
......
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