fix: คะแนน group 2
This commit is contained in:
parent
ea14c8a9fc
commit
edad54a8f7
1 changed files with 11 additions and 2 deletions
|
|
@ -466,14 +466,23 @@ onMounted(async () => {
|
|||
<span
|
||||
>สรุปผลการประเมินผลสัมฤทธิ์ของงาน (คะแนนเต็ม
|
||||
{{
|
||||
store.dataEvaluation.isProbation
|
||||
groupNo == 2
|
||||
? store.excusiveIndicatorScore
|
||||
: store.dataEvaluation.isProbation
|
||||
? store.indicatorProbationScore
|
||||
: store.indicatorScore
|
||||
}}
|
||||
คะแนน)</span
|
||||
>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue