refactor: edit btn save static
This commit is contained in:
parent
aabc068430
commit
c0aecb787d
1 changed files with 16 additions and 0 deletions
|
|
@ -15,6 +15,14 @@ import {
|
||||||
UserCreate,
|
UserCreate,
|
||||||
UserTypeStats,
|
UserTypeStats,
|
||||||
} from 'stores/user/types';
|
} from 'stores/user/types';
|
||||||
|
|
||||||
|
import {
|
||||||
|
EditButton,
|
||||||
|
DeleteButton,
|
||||||
|
SaveButton,
|
||||||
|
UndoButton,
|
||||||
|
} from 'components/button';
|
||||||
|
|
||||||
import { BranchUserStats } from 'stores/branch/types';
|
import { BranchUserStats } from 'stores/branch/types';
|
||||||
import useAddressStore from 'stores/address';
|
import useAddressStore from 'stores/address';
|
||||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||||
|
|
@ -1715,6 +1723,7 @@ watch(
|
||||||
|
|
||||||
<!-- form -->
|
<!-- form -->
|
||||||
<DialogForm
|
<DialogForm
|
||||||
|
hideFooter
|
||||||
removeDialog
|
removeDialog
|
||||||
ref="formDialogRef"
|
ref="formDialogRef"
|
||||||
:badgeClass="formData.gender === 'male' ? 'app-bg-male' : 'app-bg-female'"
|
:badgeClass="formData.gender === 'male' ? 'app-bg-male' : 'app-bg-female'"
|
||||||
|
|
@ -1796,6 +1805,13 @@ watch(
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-10 q-pa-md q-gutter-y-xl">
|
<div class="col-10 q-pa-md q-gutter-y-xl">
|
||||||
|
<div
|
||||||
|
class="q-pt-sm row"
|
||||||
|
style="position: absolute; z-index: 999; right: 4%"
|
||||||
|
>
|
||||||
|
<SaveButton id="btn-info-basic-save" icon-only type="submit" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<FormInformation
|
<FormInformation
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue