|
@@ -16,7 +16,8 @@
|
|
|
</template>
|
|
</template>
|
|
|
</Field>
|
|
</Field>
|
|
|
<Field v-model="formData.cardnum" name="cardnum" :label="$t('user.authentication.cardnum')"
|
|
<Field v-model="formData.cardnum" name="cardnum" :label="$t('user.authentication.cardnum')"
|
|
|
- :placeholder="$t('user.authentication.pleaseenterthecardnum')" :rules="formRules.cardnum" />
|
|
|
|
|
|
|
+ :placeholder="$t('user.authentication.pleaseenterthecardnum')" :rules="formRules.cardnum"
|
|
|
|
|
+ v-if="formData.cardtype !== undefined" />
|
|
|
<Field v-if="formData.mobilephone != ''" name="mobilephone" v-model="formData.mobilephone"
|
|
<Field v-if="formData.mobilephone != ''" name="mobilephone" v-model="formData.mobilephone"
|
|
|
:label="$t('user.register.mobile')" readonly />
|
|
:label="$t('user.register.mobile')" readonly />
|
|
|
<Field v-else v-model="formData.mobilephone" type="digit" name="mobilephone"
|
|
<Field v-else v-model="formData.mobilephone" type="digit" name="mobilephone"
|
|
@@ -71,7 +72,7 @@
|
|
|
<template #footer>
|
|
<template #footer>
|
|
|
<div class="g-form__footer inset">
|
|
<div class="g-form__footer inset">
|
|
|
<Button type="danger" @click="formRef?.submit" round block>{{ $t('user.authentication.submit')
|
|
<Button type="danger" @click="formRef?.submit" round block>{{ $t('user.authentication.submit')
|
|
|
- }}</Button>
|
|
|
|
|
|
|
+ }}</Button>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</app-view>
|
|
</app-view>
|