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 => {
render: (_, record, index) => index + 1,
},
{
title: '会员名称',
dataIndex: 'memberName',
width: '10%',
title: '拜访主题',
dataIndex: 'visitTheme',
width: '15%',
render: (text: any, record) => (
<>
<EyePreview
......@@ -86,9 +86,9 @@ const MemberVisitManageIndex: React.FC<{}> = props => {
),
},
{
title: '拜访主题',
dataIndex: 'visitTheme',
width: '15%',
title: '会员名称',
dataIndex: 'memberName',
width: '10%',
},
{
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