From 23d80c1b64f23ede237ab8e89ebc2ee2aaf43f26 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 19 七月 2023 19:32:10 +0800 Subject: [PATCH] 销售模块接口联调 --- src/views/service/serviceFollowup/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/service/serviceFollowup/index.vue b/src/views/service/serviceFollowup/index.vue index c220f62..2947b71 100644 --- a/src/views/service/serviceFollowup/index.vue +++ b/src/views/service/serviceFollowup/index.vue @@ -65,11 +65,11 @@ this.tableList = { tableInfomation: [], tableColumn: [ - { label: "鍥炶鍗曠紪鍙�", prop: "followupNumber", min: 80 }, // 鍥炶鍗曠紪鍙� - { label: "瀹㈡埛鍚嶇О", prop: "customName", min: 130 }, // 瀹㈡埛鍚嶇О - { label: "鑱旂郴浜哄鍚�", prop: "contactName" }, // 鑱旂郴浜哄鍚� - { label: "瀹㈡埛鏈嶅姟鍗�", prop: "customServiceForm" }, // 瀹㈡埛鏈嶅姟鍗� - { label: "鍥炶浜�", prop: "visitor" }, // 鍥炶浜� + { label: "鍥炶鍗曠紪鍙�", prop: "number", min: 80 }, // 鍥炶鍗曠紪鍙� + { label: "瀹㈡埛鍚嶇О", prop: "clientId", min: 130 }, // 瀹㈡埛鍚嶇О + { label: "鑱旂郴浜哄鍚�", prop: "contactId" }, // 鑱旂郴浜哄鍚� + { label: "瀹㈡埛鏈嶅姟鍗�", prop: "serviceId" }, // 瀹㈡埛鏈嶅姟鍗� + { label: "鍥炶浜�", prop: "isVisit" }, // 鍥炶浜� { label: "婊℃剰搴�", prop: "satisfaction" }, // 婊℃剰搴� { label: "淇敼鏃堕棿", prop: "modifyTime" } // 淇敼鏃堕棿 ] -- Gitblit v1.8.0