Преглед на файлове

feat(api): update api 21

gemercheung преди 3 години
родител
ревизия
a40f821c97
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/views/corporation/SubaccountModal.vue

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

@@ -109,13 +109,13 @@
         {
           field: 'managerPhone',
           component: 'Input',
-          label: `${t('routes.corporation.rechargeId')} :`,
+          label: `${t('routes.corporation.enterpriseId')} :`,
           slot: 'userName',
           labelWidth: 200,
         },
         {
           field: 'companyName',
-          label: `${t('routes.corporation.enterpriseId')} :`,
+          label: `${t('routes.corporation.enterpriseName')} :`,
           slot: 'name',
           component: 'Input',
           labelWidth: 200,
@@ -135,7 +135,7 @@
         },
         {
           field: 'addeduser',
-          label: `${t('routes.devices.addeduser')}`,
+          label: `${t('routes.devices.addeduser')}`,
           labelWidth: 200,
           slot: 'addeduser',
           component: 'Input',