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/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/sales/quotation/index.vue b/src/views/sales/quotation/index.vue
index 2d5df54..4eff953 100644
--- a/src/views/sales/quotation/index.vue
+++ b/src/views/sales/quotation/index.vue
@@ -126,7 +126,9 @@
if (!this.isDetail) {
this.search_map = {}
} else {
- this.search_map = { ...this.addConfig }
+ this.search_map = {
+ [this.addConfig.id_name]: this.addConfig.client_name
+ }
}
this.getData(this.search_map)
},
@@ -170,8 +172,8 @@
return {
...item,
client_name: item.client.name,
- contact_name: item.contact.name
- // member_name: item.member.username
+ contact_name: item.contact.name,
+ member_name: item.member.username
}
})
this.tableList.tableInfomation = list || []
--
Gitblit v1.8.0