소스 검색

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',