修改活动模块-房间活动申请 列表显示已删除状态
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user