修改活动模块-房间活动申请 列表显示已删除状态

This commit is contained in:
chenruiye
2025-05-15 18:36:21 +08:00
parent 3ae6a82291
commit 94a5d4442c

View File

@@ -59,7 +59,7 @@
</template>
<template v-else>
{{ scope.row.eventStatus === 1 ? '审核通过' : scope.row.eventStatus === 2 ? '已拒绝' :
scope.row.eventStatus === 3 ? '已删除' : '已过期' }}
scope.row.eventStatus === 3 ? '已删除' + '('+scope.row.remark+')' : '已过期' }}
</template>
</template>
</el-table-column>