From 5d46360410a48fa6038e46e0d769f88207be9d75 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 25 二月 2025 16:28:25 +0800 Subject: [PATCH] feat:质检员页面外销展示多个提煤单 --- components/statisticsItem/statisticsItem.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/statisticsItem/statisticsItem.vue b/components/statisticsItem/statisticsItem.vue index 549f206..de40481 100644 --- a/components/statisticsItem/statisticsItem.vue +++ b/components/statisticsItem/statisticsItem.vue @@ -51,7 +51,7 @@ </view> <view class="third-line"> <view class="carnum-icon"> - <image src="https://mx.jzeg.cn:9096/appimg/image/banner/carNO.png" + <image src="https://mr1.res.jzeg.cn:9096/appimg/image/banner/carNO.png" mode="widthFix"></image> </view> <view class="carnum-text">{{ value.carNo || '' }}</view> @@ -178,7 +178,7 @@ height: vww(28); line-height: vww(28); text-align: center; - background: url('https://mx.jzeg.cn:9096/appimg/image/banner/blueblock.png') no-repeat; + background: url('https://mr1.res.jzeg.cn:9096/appimg/image/banner/blueblock.png') no-repeat; background-size: contain; font-size: 30rpx; font-weight: 400; @@ -235,7 +235,7 @@ // display: flex; // justify-content: center; // align-items: center; - background: url('https://mx.jzeg.cn:9096/appimg/image/banner/redblock.png') no-repeat; + background: url('https://mr1.res.jzeg.cn:9096/appimg/image/banner/redblock.png') no-repeat; background-size: contain; font-size: 30rpx; font-weight: 400; -- Gitblit v1.9.1