Forráskód Böngészése

fix: 标题名称

outaozhen 5 éve
szülő
commit
2d0ea56ac2

+ 2 - 2
src/pages/workbench/Dashboard/components/ReminderList/index.jsx

@@ -12,7 +12,7 @@ const ReminderList = props => {
   const { dataType, reminderCyclical } = props
   const clientColumns = [
     {
-      title: '客户名称',
+      title: '联系人名称',
       dataIndex: 'staffName'
     },
     {
@@ -88,7 +88,7 @@ const ReminderList = props => {
   ]
   const businessColumns = [
     {
-      title: '客户名称',
+      title: '商机名称',
       dataIndex: 'staffName'
     },
     {