@@ -188,7 +188,7 @@ onMounted(() => {
查看
</el-button>
<el-button
- v-if="row.auditStatus !== 20"
+ v-if="row.status === 0"
link
type="primary"
@click="handleOpenForm('edit', row)"