Sfoglia il codice sorgente

feat(core): change api and change name

gemercheung 3 anni fa
parent
commit
f776d64a33
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      src/views/corporation/SubaccountModal.vue

+ 5 - 5
src/views/corporation/SubaccountModal.vue

@@ -121,21 +121,21 @@
       });
       const columns: BasicColumn[] = [
         {
-          title: '姓名',
-          dataIndex: 'userName',
+          title: t('common.fullName'),
+          dataIndex: 'nickName',
           edit: true,
           editRule: true,
           width: 200,
         },
         {
-          title: '手机号',
+          title: t('sys.login.email'),
           edit: true,
           editRule: true,
           width: 200,
-          dataIndex: 'phone',
+          dataIndex: 'userName',
         },
         {
-          title: '操作',
+          title: t('common.operating'),
           dataIndex: '',
           slots: { customRender: 'action' },
           width: 100,