flx:修改安全质量超期字段
This commit is contained in:
parent
c1847b2401
commit
52630530c1
@ -64,7 +64,7 @@ VITE_API_URL = 'http://192.168.34.221:8111' #雄哥本地
|
||||
# VITE_API_URL = 'http://gszhdz.crpower.com.cn:9809'
|
||||
# VITE_API_URL = 'https://gszhdz.crpower.com.cn:9807'
|
||||
# 广深高速公路
|
||||
# VITE_API_URL = 'http://112.93.255.85:9840'
|
||||
VITE_API_URL = 'http://112.93.255.85:9840'
|
||||
|
||||
# 上传
|
||||
VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<div class="single-text" :title="item.dangerItemContent" style="font-size: 18px">
|
||||
{{ item.dangerItemContent || "" }}
|
||||
</div>
|
||||
<div class="over-time" v-if="item.overdueType"><span style="color: #e25f64">已逾期</span></div>
|
||||
<div class="over-time" v-if="item.overTime"><span style="color: #e25f64">超期</span></div>
|
||||
<div class="name">
|
||||
整改结果:<span :style="{ color: item.status ? statusNameFilter(item.status).color : '' }">{{
|
||||
item.status ? statusNameFilter(item.status).name : ""
|
||||
@ -192,7 +192,7 @@ onMounted(() => {
|
||||
padding-bottom: 3%;
|
||||
.over-time {
|
||||
position: absolute;
|
||||
top: 35%;
|
||||
top: 10%;
|
||||
right: 5%;
|
||||
}
|
||||
.single-text {
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<div class="single-text" :title="item.dangerItemContent" style="font-size: 18px">
|
||||
{{ item.dangerItemContent || "" }}
|
||||
</div>
|
||||
<div class="over-time" v-if="item.overdueType"><span style="color: #e25f64">已逾期</span></div>
|
||||
<div class="over-time" v-if="item.overTime"><span style="color: #e25f64">超期</span></div>
|
||||
<div class="name">
|
||||
整改结果:<span :style="{ color: item.status ? statusNameFilter(item.status).color : '' }">{{
|
||||
item.status ? statusNameFilter(item.status).name : ""
|
||||
@ -199,7 +199,7 @@ onMounted(() => {
|
||||
flex-shrink: 0;
|
||||
.over-time {
|
||||
position: absolute;
|
||||
top: 35%;
|
||||
top: 10%;
|
||||
right: 5%;
|
||||
}
|
||||
.single-text {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user