diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index 0ea34bc6..69f1726f 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -18,7 +18,7 @@ import { import { Status } from 'stores/types'; import useUtilsStore, { dialog, baseUrl } from 'stores/utils'; -import AddButton from 'components/AddButton.vue'; +import EmptyAddButton from 'components/AddButton.vue'; import TooltipComponent from 'components/TooltipComponent.vue'; import StatCard from 'components/StatCardComponent.vue'; import BranchCard from 'components/01_branch-management/BranchCard.vue'; @@ -38,6 +38,12 @@ import FormBank from 'components/01_branch-management/FormBank.vue'; import ToggleButton from 'src/components/button/ToggleButton.vue'; import FormBranchAdmin from 'src/components/01_branch-management/FormBranchAdmin.vue'; import { User } from 'src/stores/user/types'; +import { + EditButton, + DeleteButton, + SaveButton, + UndoButton, +} from 'components/button'; const $q = useQuasar(); const { t } = useI18n(); @@ -754,7 +760,7 @@ watch(currentHq, () => {
- @@ -1769,6 +1775,7 @@ watch(currentHq, () => { () => ((modalDrawer = false), flowStore.rotate(), (isImageEdit = false)) " :statusBranch="formData.status" + hide-action >
@@ -1811,12 +1818,47 @@ watch(currentHq, () => { />
-
-
-
+
+
+
+
+ + + + +
+
+
-
- -
- - - - - - - - +
+ + + + + + + +