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.dataEvaluation.isProbation
|
||||
? store.indicatorProbationScore
|
||||
: groupNo.value == 2
|
||||
? store.excusiveIndicatorScore
|
||||
: store.indicatorScore) /
|
||||
100);
|
||||
}
|
||||
|
|
@ -506,23 +508,16 @@ onMounted(() => {
|
|||
<span
|
||||
>สรุปผลการประเมินผลสัมฤทธิ์ของงาน (คะแนนเต็ม
|
||||
{{
|
||||
groupNo == 2
|
||||
? store.excusiveIndicatorScore
|
||||
: store.dataEvaluation.isProbation
|
||||
store.dataEvaluation.isProbation
|
||||
? store.indicatorProbationScore
|
||||
: groupNo == 2
|
||||
? store.excusiveIndicatorScore
|
||||
: store.indicatorScore
|
||||
}}
|
||||
คะแนน)</span
|
||||
>
|
||||
<div class="text-primary q-pl-md">
|
||||
{{
|
||||
groupNo == 2
|
||||
? (
|
||||
store.excusiveIndicator1ScoreVal +
|
||||
store.excusiveIndicator2ScoreVal
|
||||
).toFixed(2)
|
||||
: store.indicatorScoreVal.toFixed(2)
|
||||
}}
|
||||
{{ store.indicatorScoreVal.toFixed(2) }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue