|
@@ -400,7 +400,7 @@ defineExpose({
|
|
|
@click="handleEdit(row)"
|
|
@click="handleEdit(row)"
|
|
|
class="action-btn el-button--blue"
|
|
class="action-btn el-button--blue"
|
|
|
style="height: 24px; width: 24px"
|
|
style="height: 24px; width: 24px"
|
|
|
- v-if="!isEmployeeRole && row.status === 'Pending Approval'"
|
|
|
|
|
|
|
+ v-if="!isEmployeeRole && (row.status === 'Pending Approval' || row.status === 'Rejected')"
|
|
|
>
|
|
>
|
|
|
<span class="font_family icon-icon_edit_b"> </span>
|
|
<span class="font_family icon-icon_edit_b"> </span>
|
|
|
</el-button>
|
|
</el-button>
|