From ee4837d89b83faba651af7ad0cb3e2af695398ae Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 4 Apr 2024 11:26:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=8A=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=84=E0=B8=AD=E0=B8=A5=E0=B8=B1=E0=B8=A1?= =?UTF-8?q?=E0=B8=99=E0=B9=8C=E0=B8=97=E0=B8=B8=E0=B8=99=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=A8=E0=B8=B6=E0=B8=81=E0=B8=A9=E0=B8=B2/?= =?UTF-8?q?=E0=B8=9D=E0=B8=B6=E0=B8=81=E0=B8=AD=E0=B8=9A=E0=B8=A3=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/15_development/views/Scholarship.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/15_development/views/Scholarship.vue b/src/modules/15_development/views/Scholarship.vue index aabaf3588..5a1c9e11e 100644 --- a/src/modules/15_development/views/Scholarship.vue +++ b/src/modules/15_development/views/Scholarship.vue @@ -45,7 +45,7 @@ const columns = ref([ { name: "type", align: "left", - label: "ประเภท", + label: "ประเภทตำแหน่ง", sortable: true, field: "type", headerStyle: "font-size: 14px", @@ -54,7 +54,7 @@ const columns = ref([ { name: "level", align: "left", - label: "ระดับ", + label: "ระดับตำแหน่ง", sortable: true, field: "level", headerStyle: "font-size: 14px",