@@ -85,8 +85,10 @@
<!-- 已完成(3)/已作废(4)-->
<template v-else>
+ <!-- 待审核(5)时不显示删除 -->
<ActionButton
text="删除"
+ v-if="Number(scope.row.status) !== 5"
:popconfirm="{
title: '确定要删除?',
}"