From a0f4a6d596330f68231445ee7680897d9ab2f5fa Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 28 Mar 2024 18:46:26 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=E0=B8=9C?= =?UTF-8?q?=E0=B8=A5=E0=B8=81=E0=B8=A3=E0=B8=A3=E0=B8=A1=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=97=E0=B8=94=E0=B8=A5=E0=B8=AD=E0=B8=87=E0=B8=87?= =?UTF-8?q?=E0=B8=B2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../probation/FormEvaluation/FormReport.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/modules/05_placement/components/probation/FormEvaluation/FormReport.vue b/src/modules/05_placement/components/probation/FormEvaluation/FormReport.vue index 0fe87ce27..4f2b6d2fe 100644 --- a/src/modules/05_placement/components/probation/FormEvaluation/FormReport.vue +++ b/src/modules/05_placement/components/probation/FormEvaluation/FormReport.vue @@ -82,10 +82,10 @@ async function fecthAssign(id: string) { changeReson52(Number(res.data.data.result.evaluate_result)); } - director_id.value = res.data.data.chairman.name; - director_id2.value = res.data.data.commander.name; + director_id.value = res.data.data.chairman; + director_id2.value = res.data.data.commander; if (mentors.value.length != 0) { - director_id3.value = mentors.value[0].name; + director_id3.value = mentors.value[0]; } commander.value = res.data.data.commander; optionDirector.value = mentors.value; @@ -537,7 +537,7 @@ onMounted(() => { outlined :options="commander" label="ชื่อ-นามสกุล" - option-label="name" + option-label="label" disable />
@@ -598,7 +598,7 @@ onMounted(() => { label="ชื่อ-นามสกุล" disable :options="optionDirector" - option-label="name" + option-label="label" />
{ คณะกรรมการ
- +
{ label="ชื่อ-นามสกุล" :options="optionDirector" disable - option-label="name" + option-label="label" />