guhongwei 2 rokov pred
rodič
commit
0a3a199165
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/basic/parts/c-company.vue

+ 1 - 1
src/views/basic/parts/c-company.vue

@@ -41,7 +41,7 @@ const form: Ref<any> = ref({});
 const fields: Ref<any> = ref([
   { label: '邀请码', model: 'code', type: 'select', options: { disabled: true } },
   { label: '账号', model: 'account', options: { disabled: true } },
-  { label: '名', model: 'name' },
+  { label: '用户名', model: 'name' },
   { label: '手机号', model: 'phone' },
   { label: '电子邮箱', model: 'email' },
   { label: '联系地址', model: 'address' },