refactor: add drawerModal
This commit is contained in:
parent
2e392a44d1
commit
376c0b0553
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ export const useCustomerForm = defineStore('form-customer', () => {
|
||||||
dialogType: 'info' | 'create' | 'edit';
|
dialogType: 'info' | 'create' | 'edit';
|
||||||
dialogOpen: boolean;
|
dialogOpen: boolean;
|
||||||
dialogModal: boolean;
|
dialogModal: boolean;
|
||||||
|
drawerModal: boolean;
|
||||||
branchIndex: number;
|
branchIndex: number;
|
||||||
customerImageUrl: string;
|
customerImageUrl: string;
|
||||||
defaultCustomerImageUrl: string;
|
defaultCustomerImageUrl: string;
|
||||||
|
|
@ -49,6 +50,7 @@ export const useCustomerForm = defineStore('form-customer', () => {
|
||||||
dialogType: 'info',
|
dialogType: 'info',
|
||||||
dialogOpen: false,
|
dialogOpen: false,
|
||||||
dialogModal: false,
|
dialogModal: false,
|
||||||
|
drawerModal: false,
|
||||||
imageDialog: false,
|
imageDialog: false,
|
||||||
branchIndex: -1,
|
branchIndex: -1,
|
||||||
readonly: true,
|
readonly: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue