fix: แก้เช็ค ทดลองงาน
This commit is contained in:
parent
d5ef136e85
commit
d0caba8de4
1 changed files with 6 additions and 11 deletions
|
|
@ -187,6 +187,8 @@ watch(
|
|||
store.indicatorPercentVal *
|
||||
((store.dataEvaluation.isProbation
|
||||
? store.indicatorProbationScore
|
||||
: groupNo.value == 2
|
||||
? store.excusiveIndicatorScore
|
||||
: store.indicatorScore) /
|
||||
100);
|
||||
|
||||
|
|
@ -466,23 +468,16 @@ onMounted(async () => {
|
|||
<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