资料网员修改字段

This commit is contained in:
fengachen
2021-12-17 17:56:38 +08:00
parent a50effd6b3
commit c0c8f62621
+2 -2
View File
@@ -166,13 +166,13 @@ export default {
},
{
title: '负责人电话',
dataIndex: 'principalPhone',
dataIndex: 'phone',
align: 'center',
scopedSlots: { customRender: 'text' }
},
{
title: '负责人邮箱',
dataIndex: 'principalEmail',
dataIndex: 'email',
align: 'center',
scopedSlots: { customRender: 'text' }
},