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,
|
||||
UserTypeStats,
|
||||
} from 'stores/user/types';
|
||||
|
||||
import {
|
||||
EditButton,
|
||||
DeleteButton,
|
||||
SaveButton,
|
||||
UndoButton,
|
||||
} from 'components/button';
|
||||
|
||||
import { BranchUserStats } from 'stores/branch/types';
|
||||
import useAddressStore from 'stores/address';
|
||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||
|
|
@ -1715,6 +1723,7 @@ watch(
|
|||
|
||||
<!-- form -->
|
||||
<DialogForm
|
||||
hideFooter
|
||||
removeDialog
|
||||
ref="formDialogRef"
|
||||
:badgeClass="formData.gender === 'male' ? 'app-bg-male' : 'app-bg-female'"
|
||||
|
|
@ -1796,6 +1805,13 @@ watch(
|
|||
</div>
|
||||
</div>
|
||||
<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
|
||||
dense
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue