diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index 3754ed55..1d22c2e1 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -26,6 +26,7 @@ import { BranchWithChildren, BranchCreate } from 'stores/branch/types'; import { watch } from 'vue'; import { useI18n } from 'vue-i18n'; import useFlowStore from 'src/stores/flow'; +import { Status } from 'src/stores/types'; const { t } = useI18n(); const utilsStore = useUtilsStore(); @@ -63,6 +64,7 @@ const columns = [ const modal = ref(false); const hideStat = ref(false); +const currentStatus = ref('All'); const profileFileImg = ref(undefined); const imageUrl = ref(''); @@ -524,7 +526,7 @@ watch(locale, () => { /> -
+
+