From 6765e5d90b5e3275b90945cf0748b798175151e2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 9 Dec 2025 09:24:51 +0700 Subject: [PATCH] fix(scholarship):fundTypeOp --- src/modules/09_scholarship/views/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/09_scholarship/views/detail.vue b/src/modules/09_scholarship/views/detail.vue index b7bd45e..f04e520 100644 --- a/src/modules/09_scholarship/views/detail.vue +++ b/src/modules/09_scholarship/views/detail.vue @@ -181,7 +181,7 @@ const fundTypeOp = ref([ { id: "FUND1", name: "ทุน 1 (ก)" }, { id: "FUND2", name: "ทุน 1 (ข)" }, { id: "FUND3", name: "ทุน 1 (ค)" }, - { id: "FUND4", name: "ทุน 2" }, + { id: "FUND4", name: "ทุน 2 (ทุนส่วนตัว)" }, { id: "FUND5", name: "ทุนส่วนตัว" }, ]);