|
@@ -140,13 +140,13 @@
|
|
// },
|
|
// },
|
|
{
|
|
{
|
|
title: t('routes.corporation.enterpriseId'),
|
|
title: t('routes.corporation.enterpriseId'),
|
|
- dataIndex: 'userName',
|
|
|
|
|
|
+ dataIndex: 'managerPhone',
|
|
fixed: 'left',
|
|
fixed: 'left',
|
|
width: 120,
|
|
width: 120,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: t('routes.corporation.enterpriseName'),
|
|
title: t('routes.corporation.enterpriseName'),
|
|
- dataIndex: 'name',
|
|
|
|
|
|
+ dataIndex: 'companyName',
|
|
width: 120,
|
|
width: 120,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -212,7 +212,7 @@
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'userName',
|
|
|
|
|
|
+ field: 'managerPhone',
|
|
label: t('routes.corporation.enterpriseId'),
|
|
label: t('routes.corporation.enterpriseId'),
|
|
labelWidth: isJA.value ? 250 : 100,
|
|
labelWidth: isJA.value ? 250 : 100,
|
|
component: 'Input',
|
|
component: 'Input',
|