diff --git a/src/views/xuncha/components/patroLogDetails.vue b/src/views/xuncha/components/patroLogDetails.vue index 54659e0..c7d6d5e 100644 --- a/src/views/xuncha/components/patroLogDetails.vue +++ b/src/views/xuncha/components/patroLogDetails.vue @@ -72,7 +72,17 @@
整改状态 - {{ item.isRectification }} + + {{ + item.isRectification == '1' + ? '无需整改' + : item.isRectification == '2' + ? '待整改' + : item.isRectification == '3' + ? '整改已完成' + : '' + }} +
问题描述 @@ -317,7 +327,7 @@ width: 100%; height: 683px; position: relative; - border: 1px solid red; + // border: 1px solid red; .controlDiv { position: absolute; top: 0px; @@ -347,7 +357,7 @@ font-size: 30px; font-family: PingFang SC; font-weight: 500; - color: #333333; + color: #fff; margin-top: 10px; margin-left: 8px; } @@ -377,7 +387,7 @@ .labelA { padding-top: 20px; margin-left: 30px; - color: red; + color: #1680ffff; font-size: 32px; } .singleDiv { @@ -449,7 +459,7 @@ width: 145px; border-radius: 5px; margin-top: 20px; - background: red; + // background: red; &:last-child { margin-right: 100px; }