From c0fd7574ca579ebe3b07919b83ed2861484a520a Mon Sep 17 00:00:00 2001 From: waruneeta Date: Fri, 8 Sep 2023 13:20:57 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=E0=B8=9C?= =?UTF-8?q?=E0=B8=A5=E0=B8=A3=E0=B8=B0=E0=B8=9A=E0=B8=9A=E0=B8=97=E0=B8=94?= =?UTF-8?q?=E0=B8=A5=E0=B8=AD=E0=B8=87=E0=B8=87=E0=B8=B2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../05_placement/components/probation/MainProbation.vue | 6 +++--- .../05_placement/components/probation/ProbationDetail.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/05_placement/components/probation/MainProbation.vue b/src/modules/05_placement/components/probation/MainProbation.vue index a53f176b6..458cb4532 100644 --- a/src/modules/05_placement/components/probation/MainProbation.vue +++ b/src/modules/05_placement/components/probation/MainProbation.vue @@ -153,7 +153,7 @@ const columns2 = ref([ { name: "status", align: "left", - label: "สถานะ", + label: "ทดลองปฏิบัติหน้าที่ราชการ", sortable: true, field: "status", headerStyle: "font-size: 14px", @@ -474,8 +474,8 @@ const paginationLabel2 = (start: string, end: string, total: string) => {
{{ props.rowIndex + 1 }}
-
- +
+
{{ col.value }} diff --git a/src/modules/05_placement/components/probation/ProbationDetail.vue b/src/modules/05_placement/components/probation/ProbationDetail.vue index 1dd3cdcb5..46408bc4d 100644 --- a/src/modules/05_placement/components/probation/ProbationDetail.vue +++ b/src/modules/05_placement/components/probation/ProbationDetail.vue @@ -27,7 +27,7 @@ const name = ref(""); const position_line = ref(""); const position_level = ref(""); const organization = ref(""); -const probation_status = ref(); +const probation_status = ref(); const probation_statusold = ref(""); const avatarprofile = ref("");