Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1c5b1d47a1 | ||
![]() |
dce0b4fe6c |
|
@ -117,7 +117,7 @@
|
||||||
class="col-6"
|
class="col-6"
|
||||||
style="color: #97f295 !important"
|
style="color: #97f295 !important"
|
||||||
>
|
>
|
||||||
<multiselect
|
<!-- <multiselect
|
||||||
v-model.number="taskForm.organ"
|
v-model.number="taskForm.organ"
|
||||||
class="multiselect Organ Organ-mobile"
|
class="multiselect Organ Organ-mobile"
|
||||||
tag-placeholder="Add this as new tag"
|
tag-placeholder="Add this as new tag"
|
||||||
|
@ -131,13 +131,13 @@
|
||||||
:preserve-search="true"
|
:preserve-search="true"
|
||||||
@tag="addTagOrgan"
|
@tag="addTagOrgan"
|
||||||
@select="organSelect"
|
@select="organSelect"
|
||||||
></multiselect>
|
></multiselect> -->
|
||||||
<!-- <pre
|
<!-- <pre
|
||||||
class="language-json"
|
class="language-json"
|
||||||
><code>{{ taskForm.category }}</code></pre> -->
|
><code>{{ taskForm.category }}</code></pre> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<multiselect
|
<!-- <multiselect
|
||||||
id="task-Form-category"
|
id="task-Form-category"
|
||||||
v-model.number="taskForm.category"
|
v-model.number="taskForm.category"
|
||||||
tag-placeholder="Add this as new tag"
|
tag-placeholder="Add this as new tag"
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
:max-height="250"
|
:max-height="250"
|
||||||
:preserve-search="true"
|
:preserve-search="true"
|
||||||
@tag="addTagCategury"
|
@tag="addTagCategury"
|
||||||
></multiselect>
|
></multiselect> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- </vue-tribute> -->
|
<!-- </vue-tribute> -->
|
||||||
</div>
|
</div>
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
<div
|
<div
|
||||||
class="col-12 label-4 main-page_body-items items items-bottom d-flex align-items-center mb-1"
|
class="col-12 label-4 main-page_body-items items items-bottom d-flex align-items-center mb-1"
|
||||||
>
|
>
|
||||||
<vue-tribute class="col-5 ps-0 pe-0" :options="tributeOptions">
|
<!-- <vue-tribute class="col-5 ps-0 pe-0" :options="tributeOptions">
|
||||||
<input
|
<input
|
||||||
class="label-1 form-control task-form-control task-title"
|
class="label-1 form-control task-form-control task-title"
|
||||||
placeholder="عنوان"
|
placeholder="عنوان"
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
@tribute-no-match="noMatchFound"
|
@tribute-no-match="noMatchFound"
|
||||||
@tribute-replaced="textReplaced"
|
@tribute-replaced="textReplaced"
|
||||||
/>
|
/>
|
||||||
</vue-tribute>
|
</vue-tribute> -->
|
||||||
<input
|
<input
|
||||||
v-model="taskForm.duration"
|
v-model="taskForm.duration"
|
||||||
ref="duration2"
|
ref="duration2"
|
||||||
|
@ -216,7 +216,7 @@ import taskApi from "@task/apis/taskApi";
|
||||||
import { mapState, mapActions } from "pinia";
|
import { mapState, mapActions } from "pinia";
|
||||||
|
|
||||||
import { useSearchStore } from "@task/stores/searchStore";
|
import { useSearchStore } from "@task/stores/searchStore";
|
||||||
import VueTribute from "vue-tribute";
|
// import VueTribute from "vue-tribute";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
|
@ -470,8 +470,8 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
VueTribute: () => import("vue-tribute"),
|
// VueTribute: () => import("vue-tribute"),
|
||||||
Multiselect: () => import("vue-multiselect"),
|
// Multiselect: () => import("vue-multiselect"),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -95,12 +95,12 @@ export const useSearchStore = defineStore("searchStore", {
|
||||||
// },
|
// },
|
||||||
|
|
||||||
// search page
|
// search page
|
||||||
searchActiveTabGetter(state) {
|
// searchActiveTabGetter(state) {
|
||||||
return state.searchActiveTab;
|
// return state.searchActiveTab;
|
||||||
},
|
// },
|
||||||
searchSchemaGetter(state) {
|
// searchSchemaGetter(state) {
|
||||||
return state.searchSchema;
|
// return state.searchSchema;
|
||||||
},
|
// },
|
||||||
|
|
||||||
searchActiveSchemaGetter(state) {
|
searchActiveSchemaGetter(state) {
|
||||||
return state.searchActiveSchema;
|
return state.searchActiveSchema;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user