From 78cf30802189becef2725af73f37b5d2cb28600f Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 11 八月 2023 10:57:48 +0800 Subject: [PATCH] 新建跟进记录入参修改 --- src/views/service/serviceFollowup/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/service/serviceFollowup/index.vue b/src/views/service/serviceFollowup/index.vue index d6f6588..5fb5107 100644 --- a/src/views/service/serviceFollowup/index.vue +++ b/src/views/service/serviceFollowup/index.vue @@ -133,8 +133,8 @@ { label: "瀹㈡埛鍚嶇О", prop: "client_name", min: 130, isClientClick: true }, // 瀹㈡埛鍚嶇О { label: "鑱旂郴浜哄鍚�", prop: "contact_name", isContactClick: true }, // 鑱旂郴浜哄鍚� { label: "瀹㈡埛鏈嶅姟鍗�", prop: "client_service_order", isServiceOrder: true }, // 瀹㈡埛鏈嶅姟鍗� - { label: "鍥炶浜�", prop: "isVisit" }, // 鍥炶浜� - { label: "婊℃剰搴�", prop: "satisfaction" } // 婊℃剰搴� + { label: "鍥炶浜�", prop: "member_name" }, // 鍥炶浜� + { label: "婊℃剰搴�", prop: "satisfaction_name" } // 婊℃剰搴� // { label: "淇敼鏃堕棿", prop: "modifyTime" } // 淇敼鏃堕棿 ] } @@ -163,7 +163,9 @@ ...item, client_service_order: item.ServiceOrder.serviceNumber, client_name: item.client.name, - contact_name: item.contact.name + contact_name: item.contact.name, + member_name: item.Member.username, + satisfaction_name: item.satisfaction.name } }) this.tableList.tableInfomation = list || [] -- Gitblit v1.8.0