修改字段名称

This commit is contained in:
姚亚男
2021-09-26 11:30:38 +08:00
parent 9f534e2381
commit 714c46a16e
+2 -2
View File
@@ -168,12 +168,12 @@ export default {
{ {
title: '邮寄联系人', title: '邮寄联系人',
align: 'center', align: 'center',
dataIndex: 'liaisonMan', dataIndex: 'contactName',
}, },
{ {
title: '联系人电话', title: '联系人电话',
align: 'center', align: 'center',
dataIndex: 'mobile', dataIndex: 'contactMobile',
}, },
{ {
title: '状态', title: '状态',