fixing condition
This commit is contained in:
parent
4d29976a8c
commit
3913e16655
2 changed files with 3 additions and 3 deletions
|
|
@ -264,7 +264,7 @@ onMounted(async () => {
|
|||
</q-item-label>
|
||||
</q-item-section>
|
||||
|
||||
<q-item-section side v-if="formData.pass_result == 1">
|
||||
<q-item-section side v-if="Number(formData.sum_percent) >= 60">
|
||||
ผ่าน (สูงกว่าร้อยละ 60)
|
||||
</q-item-section>
|
||||
<q-item-section side v-else>
|
||||
|
|
|
|||
|
|
@ -58,13 +58,13 @@ async function getSurveyData() {
|
|||
getSalary(
|
||||
res.data.result.assignId,
|
||||
"ทดลองงาน",
|
||||
"ประเมินผลคณะกรรมการครั้งที่ 1",
|
||||
"รายงานผลครั้งที่ 1",
|
||||
dataResult1
|
||||
),
|
||||
getSalary(
|
||||
res.data.result.assignId,
|
||||
"ทดลองงาน",
|
||||
"ประเมินผลคณะกรรมการครั้งที่ 2",
|
||||
"รายงานผลครั้งที่ 2",
|
||||
dataResult2
|
||||
),
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue