feat: readonly
This commit is contained in:
parent
6d039862c2
commit
5d3aae0bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ defineProps<{
|
||||||
prefixId?: string;
|
prefixId?: string;
|
||||||
outlined?: boolean;
|
outlined?: boolean;
|
||||||
readonly?: boolean;
|
readonly?: boolean;
|
||||||
saveEnabled?: boolean;
|
|
||||||
customerType?: 'CORP' | 'PERS';
|
customerType?: 'CORP' | 'PERS';
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
|
|
@ -67,6 +66,7 @@ watch(
|
||||||
/>
|
/>
|
||||||
<span>{{ $t('customer.form.group.basicInfo') }}</span>
|
<span>{{ $t('customer.form.group.basicInfo') }}</span>
|
||||||
<q-btn
|
<q-btn
|
||||||
|
v-if="!readonly"
|
||||||
type="submit"
|
type="submit"
|
||||||
dense
|
dense
|
||||||
unelevated
|
unelevated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue