Explorar el Código

feat(api): update api 21

gemercheung hace 3 años
padre
commit
a40f821c97
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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',