Commit 141091fa authored by Bill's avatar Bill

Merge branch 'fix-v2-220418' into 'v2-220418'

chore: 修改拜访主题为可跳转字段 See merge request linkseeks-design/pro-platform!150
parents 2c8cd070 364b1d8a
...@@ -72,9 +72,9 @@ const MemberVisitManageIndex: React.FC<{}> = props => { ...@@ -72,9 +72,9 @@ const MemberVisitManageIndex: React.FC<{}> = props => {
render: (_, record, index) => index + 1, render: (_, record, index) => index + 1,
}, },
{ {
title: '会员名称', title: '拜访主题',
dataIndex: 'memberName', dataIndex: 'visitTheme',
width: '10%', width: '15%',
render: (text: any, record) => ( render: (text: any, record) => (
<> <>
<EyePreview <EyePreview
...@@ -86,9 +86,9 @@ const MemberVisitManageIndex: React.FC<{}> = props => { ...@@ -86,9 +86,9 @@ const MemberVisitManageIndex: React.FC<{}> = props => {
), ),
}, },
{ {
title: '拜访主题', title: '会员名称',
dataIndex: 'visitTheme', dataIndex: 'memberName',
width: '15%', width: '10%',
}, },
{ {
title: '拜访类型', title: '拜访类型',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment