Commit 348766c1 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复字段展示错误的问题

parent 72afc933
......@@ -92,8 +92,7 @@ const MemberVisitManageIndex: React.FC<{}> = props => {
},
{
title: '拜访类型',
dataIndex: 'visitType',
dataIndex: 'visitTypeName',
width: '10%',
},
{
......@@ -104,7 +103,7 @@ const MemberVisitManageIndex: React.FC<{}> = props => {
},
{
title: '拜访级别',
dataIndex: 'visitLevel',
dataIndex: 'visitLevelName',
width: '10%',
},
{
......
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