|
@@ -435,7 +435,7 @@ defineExpose({
|
|
|
v-if="
|
|
v-if="
|
|
|
isEmployeeRole &&
|
|
isEmployeeRole &&
|
|
|
row.status === 'Pending Approval' &&
|
|
row.status === 'Pending Approval' &&
|
|
|
- row.kln_pic.includes(userStore.userInfo.employee_email)
|
|
|
|
|
|
|
+ row.kln_pic.includes(userStore.userInfo.employee_email.toUpperCase())
|
|
|
"
|
|
"
|
|
|
style="height: 24px; width: 24px"
|
|
style="height: 24px; width: 24px"
|
|
|
>
|
|
>
|