refactor: styling
This commit is contained in:
parent
12482659da
commit
5c6f201a99
2 changed files with 17 additions and 23 deletions
|
|
@ -14,11 +14,11 @@ import { useI18n } from 'vue-i18n';
|
|||
const { locale } = useI18n();
|
||||
const optionStore = useOptionStore();
|
||||
const prefixName = defineModel<string>('prefixName');
|
||||
const prefixNameEn = defineModel<string>('prefixNameEn');
|
||||
const prefixNameEN = defineModel<string>('prefixNameEn');
|
||||
const firstName = defineModel<string>('firstName');
|
||||
const lastName = defineModel<string>('lastName');
|
||||
const firstNameEN = defineModel<string>('firstNameEN');
|
||||
const lastNameEN = defineModel<string>('lastNameEN');
|
||||
const firstNameEN = defineModel<string>('firstNameEn');
|
||||
const lastNameEN = defineModel<string>('lastNameEn');
|
||||
const telephoneNo = defineModel<string>('telephoneNo');
|
||||
const email = defineModel<string>('email');
|
||||
const gender = defineModel<string>('gender');
|
||||
|
|
@ -195,7 +195,7 @@ watch(
|
|||
:disable="!readonly"
|
||||
class="col-1"
|
||||
:label="$t('formDialogInputPrefixName')"
|
||||
v-model="prefixNameEn"
|
||||
v-model="prefixNameEN"
|
||||
/>
|
||||
|
||||
<q-input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue