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

feat(api): update api 19

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

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

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