|
|
@@ -5,7 +5,7 @@
|
|
|
<app-navbar :title="$t('user.authentication.title')" />
|
|
|
</template>
|
|
|
<Form ref="formRef" class="g-form__container" @submit="onSubmit">
|
|
|
- <CellGroup title="信息填写" inset>
|
|
|
+ <CellGroup :title="$t('user.authentication.mobile')" inset>
|
|
|
<Field v-model="formData.username" name="username" :label="$t('user.authentication.customername')"
|
|
|
:placeholder="$t('user.authentication.pleaseentertheusername')" :rules="formRules.username" />
|
|
|
<Field name="cardtype" :label="$t('user.authentication.cardtype')" :rules="formRules.cardtype" is-link>
|