From 2904fc5b1490a50d75e6ea97e82eb92fcf449ce2 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 14 八月 2024 17:44:22 +0800 Subject: [PATCH] feat:客户用户管理 --- pages/customer-page/customer-index/customer-index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index d337d74..4abd6fc 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -5,7 +5,7 @@ <!-- 寰呴鍙栧拰杞彂鏀跺彂鍗� --> <view class="wait-collection" - style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> + style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> </view> <!-- 鑷富閰嶉�佺晫闈� --> <view class="self-deliver" v-if="personnelType === 1"> @@ -69,7 +69,9 @@ </view> <view class="fourth-line"> <view class="receive" - @click.stop="receiveClick(item)"> + @click.stop="receiveClick(item)" + v-if="Number(item.cars2) < Number(item.carNum)" + > <view class="button-image">棰嗗彇</view> </view> <view class="forward" -- Gitblit v1.9.1