This commit is contained in:
Warunee Tamkoo 2024-06-26 22:15:23 +07:00
parent c7cda1c7ba
commit 8b2819d634
6 changed files with 109 additions and 54 deletions

View file

@ -268,9 +268,6 @@ const isEditStep3 = computed(() => {
store.rolePerson === "USER" &&
store.tabMain === "3") ||
(store.dataEvaluation.evaluationStatus === "EVALUATING_EVALUATOR" &&
store.rolePerson === "EVALUATOR" &&
store.tabMain === "3") ||
(store.dataEvaluation.evaluationStatus === "EVALUATING" &&
store.rolePerson === "EVALUATOR" &&
store.tabMain === "3")
);