Explorar o código

feat(api): update api 19

gemercheung %!s(int64=3) %!d(string=hai) anos
pai
achega
c065278da4
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/views/corporation/SubaccountModal.vue

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

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