fix: คะแนน group 2
This commit is contained in:
parent
911e6dd8ad
commit
491b6e778a
1 changed files with 11 additions and 2 deletions
|
|
@ -506,14 +506,23 @@ onMounted(() => {
|
|||
<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