浏览代码

feat(core): 企业账号接入

gemercheung 3 年之前
父节点
当前提交
7b677bcba6
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/corporation/index.vue

+ 3 - 3
src/views/corporation/index.vue

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