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;
|
||||
outlined?: boolean;
|
||||
readonly?: boolean;
|
||||
saveEnabled?: boolean;
|
||||
customerType?: 'CORP' | 'PERS';
|
||||
}>();
|
||||
|
||||
|
|
@ -67,6 +66,7 @@ watch(
|
|||
/>
|
||||
<span>{{ $t('customer.form.group.basicInfo') }}</span>
|
||||
<q-btn
|
||||
v-if="!readonly"
|
||||
type="submit"
|
||||
dense
|
||||
unelevated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue