From 5d86f5314d96b532878ad5b99e2ed174d9bc2230 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 24 一月 2025 18:00:54 +0800 Subject: [PATCH] ll --- screen/src/views/LogisticsCenter.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/screen/src/views/LogisticsCenter.vue b/screen/src/views/LogisticsCenter.vue index 9ed8c3d..917161d 100644 --- a/screen/src/views/LogisticsCenter.vue +++ b/screen/src/views/LogisticsCenter.vue @@ -63,7 +63,7 @@ </div> </div> - <div class="content"> + <div class="content" v-if="false"> <div class="unit_wrap"> <span class="la">鍚屾瘮</span> <template v-if="StockOutData.sameOutNum"> @@ -77,7 +77,8 @@ StockOutData.sameOutNum) * 100).toFixed(2)) }}%</span> <span v-else style="margin-left: 6px;">-</span> - <span v-if="StockOutData.totalCarNum" class="la" style="margin-left: 30px;margin-right: 10px;">绱鍑哄簱杞︽</span> + <span v-if="StockOutData.totalCarNum" class="la" + style="margin-left: 30px;margin-right: 10px;">绱鍑哄簱杞︽</span> <span>{{ StockOutData.totalCarNum || '' }}</span> </div> @@ -1017,7 +1018,7 @@ const location = adsInfo.lon1 + ',' + adsInfo.lat1 axios.get(`https://restapi.amap.com/v3/geocode/regeo?key=${apiKey}&location=${location}`).then(res => { console.log('res', res.data) - if(res.data.status == 1){ + if (res.data.status == 1) { modalInfo.value.position = res.data.regeocode.formatted_address } }) @@ -2907,7 +2908,8 @@ color: #01D9FE; width: 70px; } - .val{ + + .val { flex: 1; } } -- Gitblit v1.9.3