แก้ KPI

This commit is contained in:
STW_TTTY\stwtt 2024-06-20 18:05:00 +07:00
parent abd7cd8beb
commit ecbc9cee3a
6 changed files with 171 additions and 103 deletions

View file

@ -180,6 +180,9 @@ 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")
);