From 71ba67906896248aa2df5e70756b997fad9a9033 Mon Sep 17 00:00:00 2001 From: wk Date: 星期一, 09 九月 2024 17:54:18 +0800 Subject: [PATCH] feat:门卫 --- pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue index a69c1d0..8ac789a 100644 --- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue +++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue @@ -84,13 +84,13 @@ <text v-if="value.orderType == '澶栭攢' || value.orderType == '鍐呴攢' || value.orderType == '澶栭攢閫�' || value.orderType == '杞嚭'">{{ value.customerName || '' }}</text> <text - v-else-if="value.orderType == '澶栬喘' || value.orderType == '鍐呰喘' || value.orderType == '澶栬喘閫�' || value.orderType == '杞叆'">{{ value.deptName || '' }}</text> + v-else-if="value.orderType == '澶栬喘' || value.orderType == '鍐呰喘' || value.orderType == '澶栬喘閫�' || value.orderType == '杞叆'">{{ value.filedName || '' }}</text> </view> </view> </view> <view class="second-line"> <view class="coal-name"> - <view class="">{{ value.productNames || value.productName }}</view> + <view class="productName">{{ value.productNames || value.productName }}</view> <view class="black-bar"></view> <view class="coal-type" v-if="value.orderType">{{ value.orderType }}</view> @@ -100,7 +100,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://wrzs.czjlchem.com:9090/appimg/image/banner/carNO.png" mode="widthFix"></image> </view> <view class="carnum-text">{{ value.carNo || '' }}</view> @@ -195,7 +195,7 @@ </view> <view class="filter-body" v-if="roleType == 1"> - <view class="condition-name">璐т唬</view> + <view class="condition-name">鎵胯繍鍟�</view> <view class="filter-name"> <view class="filter-button" v-for="(item, index) in forwarderList" @@ -890,7 +890,7 @@ padding: 0 vww(5); @include flex .date-text { - width: 330rpx; + width: 360rpx; height: 40rpx; font-size: 28rpx; font-weight: 400; @@ -977,7 +977,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://wrzs.czjlchem.com:9090/appimg/image/banner/blueblock.png') no-repeat; background-size: contain; font-size: 30rpx; font-weight: 400; @@ -1034,7 +1034,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://wrzs.czjlchem.com:9090/appimg/image/banner/redblock.png') no-repeat; background-size: contain; font-size: 30rpx; font-weight: 400; @@ -1062,11 +1062,18 @@ flex-grow: 1; height: 30rpx; font-size: 30rpx; + width: 50%; font-weight: 300; color: #515151; position: relative; display: flex; align-items: center; + .productName{ + width: 50%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } .black-bar { width: 2rpx; -- Gitblit v1.9.1