From 1314133a0eac1ac6f05b69d81bd8c3ad9fe2b81a Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 20 六月 2024 10:21:43 +0800 Subject: [PATCH] feat:司机查看称重详情去掉查看出场时间 --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index 4ea7107..1728db5 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -72,7 +72,7 @@ plain @click="printOrder" shape="circle" - :disabled="(currentPageCoalStatus < 3) || printNum"></u-button> + :disabled="(currentPageCoalStatus < 3) || !printNum"></u-button> </view> <view class="bottom-button"> <u-button text="鏀剧┖" -- Gitblit v1.9.1