fixing
This commit is contained in:
parent
38aa872064
commit
46b820deb2
3 changed files with 6 additions and 6 deletions
|
|
@ -229,7 +229,7 @@ onMounted(() => {
|
|||
<!-- องค์ประกอบที่ 1 -->
|
||||
<div
|
||||
v-if="
|
||||
store.dataEvaluation.posTypeName == 'อำนวยการ' &&
|
||||
store.dataEvaluation.posTypeName == 'อำนวยการ' ||
|
||||
store.dataEvaluation.posTypeName == 'บริหาร'
|
||||
"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ function getData(type: string) {
|
|||
let resultAvg = result / total;
|
||||
|
||||
if (
|
||||
store.dataEvaluation.posTypeName == "อำนวยการ" &&
|
||||
store.dataEvaluation.posTypeName == "อำนวยการ" ||
|
||||
store.dataEvaluation.posTypeName == "บริหาร"
|
||||
) {
|
||||
store.competencyScoreVal =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue