From 3641dc492f773a6cb61beb097407d78458d2f39c Mon Sep 17 00:00:00 2001 From: Tanyalak Date: Thu, 29 Jun 2023 10:00:38 +0700 Subject: [PATCH 1/3] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A?= =?UTF-8?q?=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9=20&=20=20=E0=B8=9B?= =?UTF-8?q?=E0=B8=B8=E0=B9=88=E0=B8=A1=20dialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../01_metadata/components/Calendar.vue | 56 +++++++++---------- .../01_metadata/components/CalendarList.vue | 10 ++-- .../01_metadata/views/MainCalendar.vue | 18 +++--- .../components/DialogFooter.vue | 20 +++---- .../02_organizational/views/MainTree.vue | 30 +++++----- .../views/ManageReport2Add.vue | 9 ++- .../03_recruiting/components/DialogFooter.vue | 19 +++---- .../03_recruiting/views/01_compete/Period.vue | 28 +++++----- .../views/02_qualify/DisablePeriod.vue | 27 ++++----- .../03_recruiting/views/03_editor/index.vue | 43 +++++++------- .../04_registry/components/TableProfile.vue | 13 +---- src/views/MainLayout.vue | 4 ++ 12 files changed, 126 insertions(+), 151 deletions(-) diff --git a/src/modules/01_metadata/components/Calendar.vue b/src/modules/01_metadata/components/Calendar.vue index c9be4e2ea..b4868aef5 100644 --- a/src/modules/01_metadata/components/Calendar.vue +++ b/src/modules/01_metadata/components/Calendar.vue @@ -118,44 +118,40 @@ - ยกเลิก - - - บันทึก - - - แก้ไขข้อมูล + label="ยกเลิกแก้ไข" + > + + - ลบ + + + + diff --git a/src/modules/01_metadata/components/CalendarList.vue b/src/modules/01_metadata/components/CalendarList.vue index bf5989b9a..8a700ffd5 100644 --- a/src/modules/01_metadata/components/CalendarList.vue +++ b/src/modules/01_metadata/components/CalendarList.vue @@ -157,13 +157,13 @@ - บันทึก + + > diff --git a/src/modules/01_metadata/views/MainCalendar.vue b/src/modules/01_metadata/views/MainCalendar.vue index 4b5aba21b..1240daf0d 100644 --- a/src/modules/01_metadata/views/MainCalendar.vue +++ b/src/modules/01_metadata/views/MainCalendar.vue @@ -218,13 +218,12 @@ - บันทึก + > @@ -316,13 +315,12 @@ - บันทึก + > diff --git a/src/modules/02_organizational/components/DialogFooter.vue b/src/modules/02_organizational/components/DialogFooter.vue index a99ee7515..0c2493149 100644 --- a/src/modules/02_organizational/components/DialogFooter.vue +++ b/src/modules/02_organizational/components/DialogFooter.vue @@ -3,14 +3,14 @@ - แก้ไขข้อมูล + label="แก้ไขข้อมูล" + + >
- บันทึก + + >
diff --git a/src/modules/02_organizational/views/MainTree.vue b/src/modules/02_organizational/views/MainTree.vue index a3273ca66..c75566f2f 100644 --- a/src/modules/02_organizational/views/MainTree.vue +++ b/src/modules/02_organizational/views/MainTree.vue @@ -607,14 +607,14 @@ - บันทึก + @@ -651,14 +651,12 @@ - บันทึก + > @@ -694,14 +692,12 @@ - บันทึก + > diff --git a/src/modules/02_organizational/views/ManageReport2Add.vue b/src/modules/02_organizational/views/ManageReport2Add.vue index 43b9bae2b..10cac68e6 100644 --- a/src/modules/02_organizational/views/ManageReport2Add.vue +++ b/src/modules/02_organizational/views/ManageReport2Add.vue @@ -557,13 +557,12 @@ - บันทึก + > diff --git a/src/modules/03_recruiting/components/DialogFooter.vue b/src/modules/03_recruiting/components/DialogFooter.vue index 20c8c16c2..ddcd3a56e 100644 --- a/src/modules/03_recruiting/components/DialogFooter.vue +++ b/src/modules/03_recruiting/components/DialogFooter.vue @@ -22,25 +22,24 @@
- แก้ไขข้อมูล + label="แก้ไขข้อมูล" + >
- บันทึก + + >
diff --git a/src/modules/03_recruiting/views/01_compete/Period.vue b/src/modules/03_recruiting/views/01_compete/Period.vue index 8b5a2528e..6fb0bfe6e 100644 --- a/src/modules/03_recruiting/views/01_compete/Period.vue +++ b/src/modules/03_recruiting/views/01_compete/Period.vue @@ -260,13 +260,12 @@ - บันทึก + > @@ -300,13 +299,12 @@ - บันทึก + > @@ -340,13 +338,13 @@ - บันทึก + + > diff --git a/src/modules/03_recruiting/views/02_qualify/DisablePeriod.vue b/src/modules/03_recruiting/views/02_qualify/DisablePeriod.vue index 61a595875..097beb127 100644 --- a/src/modules/03_recruiting/views/02_qualify/DisablePeriod.vue +++ b/src/modules/03_recruiting/views/02_qualify/DisablePeriod.vue @@ -260,13 +260,12 @@ - บันทึก + > @@ -300,13 +299,12 @@ - บันทึก + > @@ -343,13 +341,12 @@ - บันทึก + > diff --git a/src/modules/03_recruiting/views/03_editor/index.vue b/src/modules/03_recruiting/views/03_editor/index.vue index 8f372fe5e..f1d3a3915 100644 --- a/src/modules/03_recruiting/views/03_editor/index.vue +++ b/src/modules/03_recruiting/views/03_editor/index.vue @@ -493,60 +493,55 @@ - ลบข้อมูล + > - แก้ไขข้อมูล + >
- ยกเลิก + > - บันทึก + >
- บันทึก + > diff --git a/src/modules/04_registry/components/TableProfile.vue b/src/modules/04_registry/components/TableProfile.vue index ac3d0a81e..5220c7f45 100644 --- a/src/modules/04_registry/components/TableProfile.vue +++ b/src/modules/04_registry/components/TableProfile.vue @@ -119,7 +119,7 @@
-
+
-
-
-
-
-
-
-
-
-
+
แสดงข้อมูลผู้พ้นจากราชการ diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 4dc33cbde..e3a180789 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -998,4 +998,8 @@ if (keycloak.tokenParsed != null) { ::-webkit-scrollbar-thumb:hover { background-color: #a8bbbf; } + +.q-card__actions .q-btn--rectangle{ + padding: 0 14px !important; +} From 72d5720c0a5de0a8ef38d3e8d8b2054819a03282 Mon Sep 17 00:00:00 2001 From: Tanyalak Date: Thu, 29 Jun 2023 18:02:50 +0700 Subject: [PATCH 2/3] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20css?= =?UTF-8?q?=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B9=80?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TableCandidate.vue | 3 +- .../views/02_qualify/PeriodAdd.vue | 177 +++++++++--------- .../views/02_qualify/manageDetail.vue | 18 +- .../04_registry/components/Profile.vue | 10 +- .../components/pass/TableDetail.vue | 16 +- 5 files changed, 112 insertions(+), 112 deletions(-) diff --git a/src/modules/03_recruiting/components/TableCandidate.vue b/src/modules/03_recruiting/components/TableCandidate.vue index e454070d0..55f53c355 100644 --- a/src/modules/03_recruiting/components/TableCandidate.vue +++ b/src/modules/03_recruiting/components/TableCandidate.vue @@ -1,6 +1,6 @@ + diff --git a/src/modules/05_placement/components/OrderPlacement/step/step04.vue b/src/modules/05_placement/components/OrderPlacement/step/step04.vue index a77a1f601..e233975f8 100644 --- a/src/modules/05_placement/components/OrderPlacement/step/step04.vue +++ b/src/modules/05_placement/components/OrderPlacement/step/step04.vue @@ -51,7 +51,10 @@
-
asd
+
+ คำสั่ง +
+
เอกสารแนบท้าย