diff --git a/src/components/Table.vue b/src/components/Table.vue index cc4dc9d08..68a80f184 100644 --- a/src/components/Table.vue +++ b/src/components/Table.vue @@ -50,7 +50,7 @@ const pagination = ref({ const paginationLabel = (start: string, end: string, total: string) => { if (props.paging == true) - return " " + start + " ใน " + end + " จากจำนวน " + total + " รายการ"; + return " " + start + " ถึง " + end + " จากจำนวน " + total + " รายการ"; else return start + "-" + end + " ใน " + total; }; diff --git a/src/components/TableView.vue b/src/components/TableView.vue index cedd2a9e9..5db35ea64 100644 --- a/src/components/TableView.vue +++ b/src/components/TableView.vue @@ -353,7 +353,7 @@ const pagesNumber = computed(() => { const paginationLabel = (start: string, end: string, total: string) => { if (props.paging == true) - return " " + start + " ใน " + end + " จากจำนวน " + total + " รายการ"; + return " " + start + " ถึง " + end + " จากจำนวน " + total + " รายการ"; else return start + "-" + end + " ใน " + total; }; diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index c2717c0e1..fa3a8e852 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -431,13 +431,13 @@ const menuList = readonly([ { key: 11.4, label: "ออกคำสั่ง", - path: "", + path: "/discipline-order", role: "coin", }, { key: 11.5, label: "รายงาน", - path: "", + path: "/discipline-report", role: "coin", }, { @@ -448,12 +448,12 @@ const menuList = readonly([ children: [ { label: "กรรมการ", - path: "", + path: "/discipline-director", role: "coin", }, { label: "ช่องทางการร้องเรียน", - path: "", + path: "/discipline-channel", role: "coin", }, ], diff --git a/src/modules/02_organizational/components/TableReport.vue b/src/modules/02_organizational/components/TableReport.vue index 4d1281c68..69adab6ea 100644 --- a/src/modules/02_organizational/components/TableReport.vue +++ b/src/modules/02_organizational/components/TableReport.vue @@ -173,7 +173,7 @@ const initialPagination = ref({ const paginationLabel = (start: string, end: string, total: string) => { if (props.paging == true) - return " " + start + " ใน " + end + " จากจำนวน " + total + " รายการ"; + return " " + start + " ถึง " + end + " จากจำนวน " + total + " รายการ"; else return start + "-" + end + " ใน " + total; }; diff --git a/src/modules/03_recruiting/components/TableCandidate.vue b/src/modules/03_recruiting/components/TableCandidate.vue index 63c260568..2a23e4c79 100644 --- a/src/modules/03_recruiting/components/TableCandidate.vue +++ b/src/modules/03_recruiting/components/TableCandidate.vue @@ -345,7 +345,7 @@ const updateVisibleFilter = (value: any) => { const paginationLabel = (start: string, end: string, total: string) => { if (props.paging == true) - return " " + start + " ใน " + end + " จากจำนวน " + total + " รายการ"; + return " " + start + " ถึง " + end + " จากจำนวน " + total + " รายการ"; else return start + "-" + end + " ใน " + total; }; diff --git a/src/modules/07_insignia/components/2_Manage/Tab1.vue b/src/modules/07_insignia/components/2_Manage/Tab1.vue index 1a92fb66f..f8579443e 100644 --- a/src/modules/07_insignia/components/2_Manage/Tab1.vue +++ b/src/modules/07_insignia/components/2_Manage/Tab1.vue @@ -704,7 +704,6 @@ const clearInsigniaFilters = (name: string) => {
{ :borderless="false" :outlined="true" :hide-dropdown-icon="false" - style="min-width: 150px" + style="width: 400px" @update:model-value="changtypeOc" @filter="(inputValue: any, doneFn: Function) => filterSelector(inputValue, doneFn, 'filterOrganizationOP' )" /> - - - - -
- - - - -
-
- - ดาวน์โหลด - - - เพิ่ม - -
{ class="col-xs-12 col-sm-3 col-md-2" />
+ +
+ + + + + + + + + +
+ + ดาวน์โหลด + + + เพิ่ม + +
+
+
{
{ :borderless="false" :outlined="true" :hide-dropdown-icon="false" - style="min-width: 150px" + style="width: 400px" @update:model-value="changtypeOc" @filter="(inputValue:any, doneFn:Function) => filterSelector(inputValue, doneFn,'filterOrganizationOP' ) " /> + + + + + + + +
+ +
{ -
- - - - -
- - - -