From 3fd84886a15713ece1ba34954f49fd1e075ef7be Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 19 四月 2023 17:38:48 +0800
Subject: [PATCH] 改变称重监听,增加发运详情,修复电子提煤单错误
---
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
index 4e88a84..5746de9 100644
--- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
+++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -45,7 +45,7 @@
<view class="label-title">浣欓噺</view>
<view class="label-value">{{ item.allowance || 0 }}</view>
</view>
- <view class="more-button"><u-button type="success" text="鏇村" @click="showMore(index)"></u-button></view>
+ <view class="more-button"><u-button type="success" text="璇︽儏" @click="showMore(index)"></u-button></view>
</view>
</view>
</view>
@@ -97,7 +97,7 @@
this.yyDailyList = res.data.yyDailyList;
uni.hideLoading();
} else {
- this.$u.toast('鏈嶅姟鍣ㄩ敊璇紝璇风◢鍚庨噸璇�');
+ this.$u.toast('鍔犺浇澶辫触锛岃绋嶅悗閲嶈瘯');
uni.hideLoading();
}
});
@@ -160,6 +160,7 @@
color: #909399;
}
.label-value {
+ min-width: vww(85);
margin-top: vww(10);
color: #606266;
}
--
Gitblit v1.9.1