fix: แก้เช็ค ทดลองงาน
This commit is contained in:
parent
d8563785b5
commit
21ffca18bf
1 changed files with 6 additions and 11 deletions
|
|
@ -197,6 +197,8 @@ watch(
|
||||||
store.indicatorPercentVal *
|
store.indicatorPercentVal *
|
||||||
((store.dataEvaluation.isProbation
|
((store.dataEvaluation.isProbation
|
||||||
? store.indicatorProbationScore
|
? store.indicatorProbationScore
|
||||||
|
: groupNo.value == 2
|
||||||
|
? store.excusiveIndicatorScore
|
||||||
: store.indicatorScore) /
|
: store.indicatorScore) /
|
||||||
100);
|
100);
|
||||||
}
|
}
|
||||||
|
|
@ -506,23 +508,16 @@ onMounted(() => {
|
||||||
<span
|
<span
|
||||||
>สรุปผลการประเมินผลสัมฤทธิ์ของงาน (คะแนนเต็ม
|
>สรุปผลการประเมินผลสัมฤทธิ์ของงาน (คะแนนเต็ม
|
||||||
{{
|
{{
|
||||||
groupNo == 2
|
store.dataEvaluation.isProbation
|
||||||
? store.excusiveIndicatorScore
|
|
||||||
: store.dataEvaluation.isProbation
|
|
||||||
? store.indicatorProbationScore
|
? store.indicatorProbationScore
|
||||||
|
: groupNo == 2
|
||||||
|
? store.excusiveIndicatorScore
|
||||||
: store.indicatorScore
|
: store.indicatorScore
|
||||||
}}
|
}}
|
||||||
คะแนน)</span
|
คะแนน)</span
|
||||||
>
|
>
|
||||||
<div class="text-primary q-pl-md">
|
<div class="text-primary q-pl-md">
|
||||||
{{
|
{{ store.indicatorScoreVal.toFixed(2) }}
|
||||||
groupNo == 2
|
|
||||||
? (
|
|
||||||
store.excusiveIndicator1ScoreVal +
|
|
||||||
store.excusiveIndicator2ScoreVal
|
|
||||||
).toFixed(2)
|
|
||||||
: store.indicatorScoreVal.toFixed(2)
|
|
||||||
}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue