diff --git a/src/modules/00_support/router.ts b/src/modules/00_support/router.ts
index d2762cfc7..9e7f32720 100644
--- a/src/modules/00_support/router.ts
+++ b/src/modules/00_support/router.ts
@@ -2,7 +2,7 @@ const supportMain = () => import("@/modules/00_support/views/MainPage.vue");
const supportCategory = () =>
import("@/modules/00_support/views/ManageCategory.vue");
-const testView = () => import("@/views/TestManagement.vue");
+// const testView = () => import("@/views/TestManagement.vue");
export default [
{
@@ -26,14 +26,14 @@ export default [
},
},
- {
- path: "/test",
- name: "testView",
- component: testView,
- meta: {
- Auth: true,
- Key: [1.1],
- Role: "support",
- },
- },
+ // {
+ // path: "/test",
+ // name: "testView",
+ // component: testView,
+ // meta: {
+ // Auth: true,
+ // Key: [1.1],
+ // Role: "support",
+ // },
+ // },
];
diff --git a/src/modules/02_organizationalNew/components/DialogSelectPerson.vue b/src/modules/02_organizationalNew/components/DialogSelectPerson.vue
index 034445d6d..3a6fb8e4e 100644
--- a/src/modules/02_organizationalNew/components/DialogSelectPerson.vue
+++ b/src/modules/02_organizationalNew/components/DialogSelectPerson.vue
@@ -625,11 +625,11 @@ watch([() => page.value, () => pageSize.value], () => {
/>
+ c
4.3
การอบรมสัมมนาร่วมกันเพื่อปลูกฝังการประพฤติปฏิบัติตนเป็นข้าราชการที่ดี
@@ -2497,12 +2496,11 @@ onMounted(async () => {
@@ -2518,9 +2516,7 @@ onMounted(async () => {
:rules="[(val) => !!val || 'กรุณาเลือกวันที่']"
:readonly="isEdit != true"
dense
- borderless
:outlined="isEdit == true"
- class="full-width datepicker"
:model-value="date1 != null ? date2Thai(date1) : null"
label="ลงวันที่"
bg-color="white"
@@ -2600,11 +2596,10 @@ onMounted(async () => {
{
:rules="[(val) => !!val || 'กรุณาเลือกวันที่']"
:readonly="isEdit != true"
dense
- borderless
+
:outlined="isEdit == true"
- class="full-width datepicker"
+
:model-value="date2 != null ? date2Thai(date2) : null"
label="ลงวันที่"
bg-color="white"
@@ -2695,11 +2690,11 @@ onMounted(async () => {
{
? [(val) => !!val || 'กรุณาเลือกวันที่']
: []
"
- borderless
+
:outlined="isEdit == true"
- class="full-width datepicker"
+
:model-value="
caretaker2 != null ? date2Thai(date3) : null
"
@@ -2806,7 +2801,7 @@ onMounted(async () => {
{
:rules="[(val) => !!val || 'กรุณาเลือกวันที่']"
:readonly="isEdit != true"
dense
- borderless
+
:outlined="isEdit == true"
- class="full-width datepicker"
+
:model-value="date4 != null ? date2Thai(date4) : null"
label="ลงวันที่"
bg-color="white"
@@ -2925,6 +2920,7 @@ onMounted(async () => {
+
+