From 9d95ff8701e42b111f3b5c17a13d4641fcfac792 Mon Sep 17 00:00:00 2001 From: ww664853070 Date: Tue, 6 Dec 2022 11:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=88*=EF=BC=89=E5=AE=A2=E6=88=B7=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E4=BA=BA=E5=AF=B9=E6=8E=A5=E8=B7=9F=E8=BF=9B=E8=A1=A8?= =?UTF-8?q?=EF=BC=8C=E5=AD=97=E6=AE=B5=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/containers/customer/customerContactFollowup.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/src/sections/business/containers/customer/customerContactFollowup.jsx b/web/client/src/sections/business/containers/customer/customerContactFollowup.jsx index 46cf5b7..f17b597 100644 --- a/web/client/src/sections/business/containers/customer/customerContactFollowup.jsx +++ b/web/client/src/sections/business/containers/customer/customerContactFollowup.jsx @@ -48,7 +48,7 @@ const CustomerContactFollowup = (props) => { render: (text, record) => text == null ? '---' : moment(text).format('YYYY-MM-DD') }, { - title: '客户联系人', + title: '联系人', dataIndex: 'customerContacts', render: (text, record) => text == null ? '---' : text }, @@ -63,7 +63,7 @@ const CustomerContactFollowup = (props) => { render: (text, record) => text == null ? '---' : text }, { - title: '项目进展', + title: '跟进内容', dataIndex: 'itemText', render: (text, record) => text == null ? '---' : text }