|
|
@@ -394,7 +394,7 @@ defineExpose({
|
|
|
v-if="
|
|
|
!isEmployeeRole &&
|
|
|
row.status === 'Approved' &&
|
|
|
- row.modify_by === userStore.userInfo.uname
|
|
|
+ row.create_by === userStore.userInfo.uname
|
|
|
"
|
|
|
@click="clickEmailBtn(row)"
|
|
|
class="action-btn el-button--blue"
|
|
|
@@ -410,7 +410,7 @@ defineExpose({
|
|
|
v-if="
|
|
|
!isEmployeeRole &&
|
|
|
(row.status === 'Pending Approval' || row.status === 'Rejected') &&
|
|
|
- row.modify_by === userStore.userInfo.uname
|
|
|
+ row.create_by === userStore.userInfo.uname
|
|
|
"
|
|
|
>
|
|
|
<span class="font_family icon-icon_edit_b"> </span>
|
|
|
@@ -423,7 +423,7 @@ defineExpose({
|
|
|
v-if="
|
|
|
!isEmployeeRole &&
|
|
|
row.status === 'Pending Approval' &&
|
|
|
- row.modify_by === userStore.userInfo.uname
|
|
|
+ row.create_by === userStore.userInfo.uname
|
|
|
"
|
|
|
>
|
|
|
<span class="font_family icon-icon_cancelled_b"> </span>
|