fix:evaluationReqEdit
This commit is contained in:
parent
87a7f097dd
commit
19dc153482
1 changed files with 2 additions and 1 deletions
|
|
@ -784,7 +784,8 @@ onMounted(async () => {
|
|||
v-if="
|
||||
store.rolePerson == 'USER' &&
|
||||
store.tabMain == '2' &&
|
||||
store.dataEvaluation.evaluationStatus == 'APPROVE'
|
||||
store.dataEvaluation.evaluationStatus == 'APPROVE' &&
|
||||
store.dataEvaluation.evaluationReqEdit !== 'EVALUATOR'
|
||||
"
|
||||
unelevated
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue