แก้บัค แบบประเมินผล (คณะกรรมการ)
This commit is contained in:
parent
77e4294ec5
commit
f773550bfd
8 changed files with 792 additions and 285 deletions
|
|
@ -114,9 +114,9 @@ const fecthAssign = async () => {
|
|||
director_id3.value = res.data.data.mentors[0].name;
|
||||
}
|
||||
|
||||
dateAutherise.value = res.data.data.chairman_dated;
|
||||
director1_dated.value = res.data.data.director1_dated;
|
||||
director2_dated.value = res.data.data.director2_dated;
|
||||
// dateAutherise.value = res.data.data.chairman_dated;
|
||||
// director1_dated.value = res.data.data.director1_dated;
|
||||
// director2_dated.value = res.data.data.director2_dated;
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
@ -165,7 +165,9 @@ const fetchEvaluate = async () => {
|
|||
other_training_percent.value = data.develop_other_training_percent;
|
||||
develop_result.value = data.develop_result;
|
||||
evaluate_result.value = data.evaluate_result;
|
||||
|
||||
dateAutherise.value = data.chairman_dated;
|
||||
director1_dated.value = data.director1_dated;
|
||||
director2_dated.value = data.director2_dated;
|
||||
if (
|
||||
data.achievement_other_desc !== "" &&
|
||||
data.achievement_other_level !== null
|
||||
|
|
@ -463,8 +465,9 @@ onMounted(async () => {
|
|||
</div>
|
||||
<q-icon name="mdi-label" color="grey-4" class="q-pr-sm" />
|
||||
การทดลองปฎิบัติหน้าที่ราชการ<span class="text-primary q-pr-sm">{{
|
||||
"ครั้งที่ " + assign.round_no
|
||||
}}</span> ตั้งแต่วันที่
|
||||
"ครั้งที่ " + assign.round_no
|
||||
}}</span>
|
||||
ตั้งแต่วันที่
|
||||
<span class="text-black q-px-sm">{{
|
||||
date2Thai(assign.date_start)
|
||||
}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue