diff --git a/src/modules/03_retire/views/result.vue b/src/modules/03_retire/views/result.vue index bc27137..6d4657b 100644 --- a/src/modules/03_retire/views/result.vue +++ b/src/modules/03_retire/views/result.vue @@ -95,7 +95,7 @@ async function fecthQuestion() { })); question1Answer.value = Answer1; question1Answer.value.push({ - label: "อื่น ๆ (ระบุ)", + label: "อื่นๆ (ระบุ)", value: Answer1.length, }); question2Answer.value = data.question2Answer.map( @@ -110,7 +110,7 @@ async function fecthQuestion() { })); question3Answer.value = Answer3; question3Answer.value.push({ - label: "อื่น ๆ (ระบุ)", + label: "อื่นๆ (ระบุ)", value: Answer3.length, }); const Answer4 = data.question4Answer.map((e: any, index: number) => ({ @@ -119,7 +119,7 @@ async function fecthQuestion() { })); question4Answer.value = Answer4; question4Answer.value.push({ - label: "อื่น ๆ (ระบุ)", + label: "อื่นๆ (ระบุ)", value: Answer4.length, }); question7Answer.value = data.question7Answer.map( diff --git a/src/modules/08_KPI/components/Tab/01_Assessment.vue b/src/modules/08_KPI/components/Tab/01_Assessment.vue index ff9b550..ec7fd64 100644 --- a/src/modules/08_KPI/components/Tab/01_Assessment.vue +++ b/src/modules/08_KPI/components/Tab/01_Assessment.vue @@ -344,7 +344,7 @@ onMounted(() => { /> { : "เพิ่มตัวชี้วัดตามหน้าที่ความรับผิดชอบ"; } else if (numpage.value === 3) { name = isStatusEdit.value - ? "แก้ไขตัวชี้วัดงานอื่น ๆ ที่ได้รับมอบหมาย" - : "เพิ่มตัวชี้วัดงานอื่น ๆ ที่ได้รับมอบหมาย"; + ? "แก้ไขตัวชี้วัดงานอื่นๆ ที่ได้รับมอบหมาย" + : "เพิ่มตัวชี้วัดงานอื่นๆ ที่ได้รับมอบหมาย"; } return name; }); diff --git a/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue b/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue index dcb2683..19841c4 100644 --- a/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue +++ b/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue @@ -127,7 +127,7 @@ const projectTechniquesOp1 = ref([ }, { value: "problem_solving", label: "การแก้ปัญหา (Problem-solving)" }, { value: "team_working", label: "การทำงานเป็นทีม (Team working)" }, - { value: "other1", label: "อื่น ๆ (ระบุ)" }, + { value: "other1", label: "อื่นๆ (ระบุ)" }, ]); const projectTechniquesOp2 = ref([ { value: "coaching", label: "การสอนงาน (Coaching)" }, @@ -135,7 +135,7 @@ const projectTechniquesOp2 = ref([ { value: "team_meeting", label: "การประชุมทีม (Team meeting)" }, { value: "consulting", label: "การให้คำปรึกษา (Consulting)" }, { value: "feedback", label: "การให้ข้อคิดเห็น/เสนอแนะ (Feedback)" }, - { value: "other2", label: "อื่น ๆ (ระบุ)" }, + { value: "other2", label: "อื่นๆ (ระบุ)" }, ]); const projectTechniquesOp3 = ref([ @@ -158,7 +158,7 @@ const projectTechniquesOp3 = ref([ }, { value: "meeting", label: "การประชุม (Meeting)" }, { value: "seminar", label: "การสัมมนา (Seminar)" }, - { value: "other3", label: "อื่น ๆ (ระบุ)" }, + { value: "other3", label: "อื่นๆ (ระบุ)" }, ]); /** ปิด Dialog */ diff --git a/src/modules/09_scholarship/views/detail.vue b/src/modules/09_scholarship/views/detail.vue index 4f6fad9..b1e3563 100644 --- a/src/modules/09_scholarship/views/detail.vue +++ b/src/modules/09_scholarship/views/detail.vue @@ -45,7 +45,7 @@ const budgetSourceOp = ref([ { id: "HOSPITAL", name: "เงินบำรุงโรงพยาบาล" }, { id: "FUND", name: "เงินกองทุน" }, { id: "SUBSIDY", name: "เงินอุดหนุน" }, - { id: "OTHER", name: "เงินอื่น ๆ" }, + { id: "OTHER", name: "เงินอื่นๆ" }, ]); const formBody = reactive({ @@ -1075,9 +1075,7 @@ onMounted(async () => {
ชื่อ-นามสกุล
- {{ - dataGuarantor.name ? dataGuarantor.name : "-" - }} + {{ dataGuarantor.name ? dataGuarantor.name : "-" }}
ตำแหน่ง
diff --git a/src/modules/10_registry/Dialog/DialogDevelopmant.vue b/src/modules/10_registry/Dialog/DialogDevelopmant.vue index a88799d..0a58160 100644 --- a/src/modules/10_registry/Dialog/DialogDevelopmant.vue +++ b/src/modules/10_registry/Dialog/DialogDevelopmant.vue @@ -82,7 +82,7 @@ const projectTechniquesOp1 = ref([ }, { value: "problem_solving", label: "การแก้ปัญหา (Problem-solving)" }, { value: "team_working", label: "การทำงานเป็นทีม (Team working)" }, - { value: "other1", label: "อื่น ๆ (ระบุ)" }, + { value: "other1", label: "อื่นๆ (ระบุ)" }, ]); const projectTechniquesOp2 = ref([ { value: "coaching", label: "การสอนงาน (Coaching)" }, @@ -90,7 +90,7 @@ const projectTechniquesOp2 = ref([ { value: "team_meeting", label: "การประชุมทีม (Team meeting)" }, { value: "consulting", label: "การให้คำปรึกษา (Consulting)" }, { value: "feedback", label: "การให้ข้อคิดเห็น/เสนอแนะ (Feedback)" }, - { value: "other2", label: "อื่น ๆ (ระบุ)" }, + { value: "other2", label: "อื่นๆ (ระบุ)" }, ]); const projectTechniquesOp3 = ref([ @@ -113,7 +113,7 @@ const projectTechniquesOp3 = ref([ }, { value: "meeting", label: "การประชุม (Meeting)" }, { value: "seminar", label: "การสัมมนา (Seminar)" }, - { value: "other3", label: "อื่น ๆ (ระบุ)" }, + { value: "other3", label: "อื่นๆ (ระบุ)" }, ]); const choice = ref("MANUAL"); diff --git a/src/modules/11_probation/component/01_Assign.vue b/src/modules/11_probation/component/01_Assign.vue index 07c04f4..de6a6e0 100644 --- a/src/modules/11_probation/component/01_Assign.vue +++ b/src/modules/11_probation/component/01_Assign.vue @@ -1674,7 +1674,7 @@ onMounted(async () => {
- กฎหมายอื่น ๆ ที่เกี่ยวข้องกับการปฏิบัติงาน + กฎหมายอื่นๆ ที่เกี่ยวข้องกับการปฏิบัติงาน
@@ -2067,7 +2067,7 @@ onMounted(async () => {
- 3.5 อื่น ๆ (ถ้ามี) + 3.5 อื่นๆ (ถ้ามี)
{
- 4.4 การอบรมอื่น ๆ ที่หน่วยงานกำหนด (ถ้ามี) + 4.4 การอบรมอื่นๆ ที่หน่วยงานกำหนด (ถ้ามี)
diff --git a/src/modules/11_probation/component/07_EvaluateReport.vue b/src/modules/11_probation/component/07_EvaluateReport.vue index a25377d..c4ac7bd 100644 --- a/src/modules/11_probation/component/07_EvaluateReport.vue +++ b/src/modules/11_probation/component/07_EvaluateReport.vue @@ -453,9 +453,7 @@ onMounted(() => {
-
- 4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด (ถ้ามี) -
+
4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี)
{ />
- เหตุผลอื่น ๆ ในการพิจารณา + เหตุผลอื่นๆ ในการพิจารณา
{ 4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด (ถ้ามี)4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี) @@ -2134,8 +2134,7 @@ onMounted(async () => { 4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด - (ถ้ามี)4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี) diff --git a/src/modules/11_probation/component/addPage/02_addevaluacommander.vue b/src/modules/11_probation/component/addPage/02_addevaluacommander.vue index 791a744..3e7de8b 100644 --- a/src/modules/11_probation/component/addPage/02_addevaluacommander.vue +++ b/src/modules/11_probation/component/addPage/02_addevaluacommander.vue @@ -1528,8 +1528,7 @@ onMounted(async () => { 4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด - (ถ้ามี)4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี) @@ -1645,8 +1644,7 @@ onMounted(async () => { 4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด - (ถ้ามี)4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี) diff --git a/src/modules/11_probation/component/editPage/01_result.vue b/src/modules/11_probation/component/editPage/01_result.vue index 8ba6aee..89dd7a4 100644 --- a/src/modules/11_probation/component/editPage/01_result.vue +++ b/src/modules/11_probation/component/editPage/01_result.vue @@ -2113,7 +2113,7 @@ onMounted(async () => { 4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด (ถ้ามี)4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี) @@ -2258,7 +2258,7 @@ onMounted(async () => { 4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด (ถ้ามี)4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี) diff --git a/src/modules/14_IDP/views/registry.vue b/src/modules/14_IDP/views/registry.vue index f03ff61..a024f19 100644 --- a/src/modules/14_IDP/views/registry.vue +++ b/src/modules/14_IDP/views/registry.vue @@ -102,7 +102,7 @@ const itemsDevelopmentAction = ref([ }, { value: "other1", - label: "อื่น ๆ (ระบุ)", + label: "อื่นๆ (ระบุ)", }, ]); //20 การเรียนรู้จากผู้อื่น (Coach/Mentor/Consulting) @@ -112,7 +112,7 @@ const itemsDevelopmentPerson = ref([ { value: "team_meeting", label: "การประชุมทีม (Team meeting)" }, { value: "consulting", label: "การให้คำปรึกษา (Consulting)" }, { value: "feedback", label: "การให้ข้อคิดเห็น/เสนอแนะ (Feedback)" }, - { value: "other2", label: "อื่น ๆ (ระบุ)" }, + { value: "other2", label: "อื่นๆ (ระบุ)" }, ]); //10 การฝึกอบรมอื่นๆ const itemsDevelopmentTraining = ref([ @@ -135,7 +135,7 @@ const itemsDevelopmentTraining = ref([ }, { value: "meeting", label: "การประชุม (Meeting)" }, { value: "seminar", label: "การสัมมนา (Seminar)" }, - { value: "other3", label: "อื่น ๆ (ระบุ)" }, + { value: "other3", label: "อื่นๆ (ระบุ)" }, ]); /** diff --git a/src/modules/15_probationReport/components/02_ResultPage.vue b/src/modules/15_probationReport/components/02_ResultPage.vue index 26baa83..f5a4359 100644 --- a/src/modules/15_probationReport/components/02_ResultPage.vue +++ b/src/modules/15_probationReport/components/02_ResultPage.vue @@ -304,9 +304,7 @@ onMounted(() => {
-
- 4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด (ถ้ามี) -
+
4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี)
{
- เหตุผลอื่น ๆ ในการพิจารณา + เหตุผลอื่นๆ ในการพิจารณา