From 7e7e77134aa0324993ce7d9db9884eab4d8f98fe Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 06 九月 2024 11:41:21 +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 11ae41a..450af5b 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -57,10 +57,10 @@ </view> </view> <view class="second-line"> - {{item.orderCode}} + <text>璁㈠崟缂栧彿锛�</text>{{item.orderCode}} </view> <view class="second-line"> - {{item.code}} + <text>鏃ヨ鍒掔紪鍙凤細</text>{{item.code}} </view> <view class="third-line"> <view class="time-icon"> @@ -327,7 +327,9 @@ * 棰嗗彇寮规 */ receiveClick(item) { + console.log(item,'213') this.show = true; + this.receiveNum = item.carNum; this.getOrderNum.id = item.id; // 鑾峰彇棰嗗彇鏀跺彂鍗曠殑id this.cars2 = item.cars2 this.carNum = item.carNum -- Gitblit v1.9.1