From b393d899dbfb507cde8f4bc0f4ca3b9f4b9f13f4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 3 Feb 2025 10:40:20 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B9=81=E0=B8=81=E0=B9=89=20text=20?= =?UTF-8?q?=E0=B9=82=E0=B8=84=E0=B8=A3=E0=B8=87=E0=B8=AA=E0=B8=A3=E0=B9=89?= =?UTF-8?q?=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/02_organization/components/DialogFormAgency.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/02_organization/components/DialogFormAgency.vue b/src/modules/02_organization/components/DialogFormAgency.vue index 1664e70c1..0d1676e82 100644 --- a/src/modules/02_organization/components/DialogFormAgency.vue +++ b/src/modules/02_organization/components/DialogFormAgency.vue @@ -58,9 +58,9 @@ const props = defineProps({ //ตัวเลือกระดับส่วนราชการหลัก const orgLevelOptionMain = ref([ - { name: "ระดับสำนัก", id: "DEPARTMENT" }, + { name: "หน่วยงาน", id: "DEPARTMENT" }, { - name: "ระดับกอง/สำนักงาน/ส่วนราชการ/โรงพยาบาล/เทียบเท่ากอง", + name: "ระดับกองหรือเทียบเท่า", id: "OFFICE", }, { name: "ระดับส่วน/กลุ่มภารกิจ", id: "DIVISION" },