fix kpi ระบบแสดงข้อมูลคะแนนประเมิน ไม่ตรงกัน ในส่วนของสรุปผล
This commit is contained in:
parent
99e127bd06
commit
cd9c0ba7f5
1 changed files with 2 additions and 2 deletions
|
|
@ -360,11 +360,11 @@ export const useKpiDataStore = defineStore("KPIDataAdmin", () => {
|
|||
break;
|
||||
case "COMPLETE":
|
||||
tabOpen.value = 4;
|
||||
tabMain.value = "4";
|
||||
tabMain.value = "3";
|
||||
break;
|
||||
case "KP7":
|
||||
tabOpen.value = 4;
|
||||
tabMain.value = "4";
|
||||
tabMain.value = "3";
|
||||
break;
|
||||
default:
|
||||
tabOpen.value = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue