diff --git a/components/MainSection.vue b/components/MainSection.vue index 45f2d6b..dd49620 100644 --- a/components/MainSection.vue +++ b/components/MainSection.vue @@ -73,7 +73,8 @@ - - + --> @@ -199,7 +200,7 @@
- + /> --> @@ -217,7 +218,7 @@
- + /> --> @@ -234,7 +235,7 @@
- + /> --> @@ -262,7 +263,7 @@ import taskApi from "@task/apis/taskApi"; // import HttpService from "@services/httpService"; // import VuePersianDatetimePicker from "vue-persian-datetime-picker"; -import { p2e } from "@plugins/persianNumber"; +import { p2e } from "~/manuals/persianNumber"; // import { mapGetters, mapMutations } from "vuex"; import { mapState, mapActions } from "pinia"; import { useAuthStore } from "~/stores/authStore"; @@ -859,7 +860,7 @@ export default { HoursForm: () => import("@task/components/HoursForm"), Multiselect: () => import("vue-multiselect"), - datePicker: VuePersianDatetimePicker, + // datePicker: VuePersianDatetimePicker, }, }; diff --git a/components/RightSection.vue b/components/RightSection.vue index af5bd2c..23a932c 100644 --- a/components/RightSection.vue +++ b/components/RightSection.vue @@ -183,8 +183,8 @@ import { mapState, mapActions } from "pinia"; import { useSearchStore } from "@search/stores/searchStore"; import { useAuthStore } from "~/stores/authStore"; // import HttpService from "@services/httpService"; -import VuePersianDatetimePicker from "vue-persian-datetime-picker"; -import { p2e } from "@plugins/persianNumber"; +// import VuePersianDatetimePicker from "vue-persian-datetime-picker"; +import { p2e } from "~/manuals/persianNumber"; // import thiqatRoutes from "../../../routes/thiqatRoutes"; export default { @@ -386,7 +386,7 @@ export default { }, }, components: { - datePicker: VuePersianDatetimePicker, + // datePicker: VuePersianDatetimePicker, Multiselect: () => import("vue-multiselect"), }, }; diff --git a/components/TaskForm.vue b/components/TaskForm.vue index a5dccaf..bd3a791 100644 --- a/components/TaskForm.vue +++ b/components/TaskForm.vue @@ -9,7 +9,7 @@ class="col-1 ps-0 pe-0 task-Form-Organ" style="color: #97f295 !important" > - + > -->
- + > --> @@ -209,10 +209,13 @@ diff --git a/pages/TaskDashboard.vue b/pages/TaskDashboard.vue index c7af81d..9d5a923 100644 --- a/pages/TaskDashboard.vue +++ b/pages/TaskDashboard.vue @@ -1,5 +1,5 @@