修复预案审批bug See merge request product-group-fe/sfy-safety-group/sfy-safety!164
@@ -36,7 +36,7 @@
<template #action="scope">
<div class="action-container--div">
<ActionButton
- v-if="scope.row.status === APPROVAL_STATUS.PENDING"
+ v-if="scope.row.approvalStatus === APPROVAL_STATUS.PENDING"
text="审批"
@click="handleApproval(scope.row.id, scope.row.approvalOrder)"
/>