From a2e4ecd0cbf02d1771c1b1ecf2a63bba1e0ba369 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 3 Oct 2024 09:42:57 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=99=E0=B8=97=E0=B8=B6=E0=B8=81=E0=B8=9C=E0=B8=A5=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B8=9A=E0=B8=9A=E0=B8=9E=E0=B8=B1=E0=B8=92=E0=B8=99?= =?UTF-8?q?=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/15_development/components/Record.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/15_development/components/Record.vue b/src/modules/15_development/components/Record.vue index e64ad1c9b..69c3ef929 100644 --- a/src/modules/15_development/components/Record.vue +++ b/src/modules/15_development/components/Record.vue @@ -23,7 +23,7 @@ const baseColumns = ref([ { name: "isDone", align: "left", - label: "บันทึกที่ทะเบียนประวัติแล้ว", + label: "ลงทะเบียนประวัติ", sortable: true, field: "isDone", headerStyle: "font-size: 14px; width: 50px;", @@ -32,7 +32,7 @@ const baseColumns = ref([ { name: "isDoneIDP", align: "left", - label: "บันทึก IDP ที่ทะเบียนประวัติแล้ว", + label: "IDP ลงทะเบียนประวัติ", sortable: true, field: "isDoneIDP", headerStyle: "font-size: 14px; width: 50px;",