From e02b9950df2e833c80e8542209bfbf3b44896c90 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 16 八月 2023 12:14:21 +0800
Subject: [PATCH] 样式调整
---
src/views/sales/quotation/DetailQuotation.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/sales/quotation/DetailQuotation.vue b/src/views/sales/quotation/DetailQuotation.vue
index 9ff8004..6499e00 100644
--- a/src/views/sales/quotation/DetailQuotation.vue
+++ b/src/views/sales/quotation/DetailQuotation.vue
@@ -193,7 +193,7 @@
},
{
leftStr: "鎶ヤ环鍗曠姸鎬�",
- leftValue: item.quotation_status_id,
+ leftValue: item.quotation_status.name,
rightStr: "鑱旂郴浜哄鍚�",
rightValue: item.contact_name
},
@@ -201,7 +201,7 @@
leftStr: "鏈夋晥鏈熻嚦",
leftValue: item.validity_date,
rightStr: "閿�鍞礋璐d汉",
- rightValue: item.member_id
+ rightValue: item.member.username
},
{
leftStr: "閿�鍞満浼�",
--
Gitblit v1.8.0