From 65050768bf5662148e17a824e1e2495fb3cbdac5 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 30 六月 2023 15:17:54 +0800 Subject: [PATCH] 完善称重页面逻辑 --- pages/customer-page/customer-index/customer-index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 37f6ad4..b9c51ef 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -22,7 +22,8 @@ <view class="dispatch-receive"> <view class="dispatch">{{ item.filedName||'' }}</view> </view> - <view class="point-number"> + <view class="point-number" + v-if="roleType == 1"> <text class="residue">{{ item.cars2||'' }}</text> <text>/{{ item.carNum ||''}}</text> </view> -- Gitblit v1.9.1