Browse Source

帖子举报信息状态

canghailong 7 months ago
parent
commit
4250616116
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/forum/reportinfo/index.vue

+ 4 - 0
src/views/forum/reportinfo/index.vue

@@ -52,6 +52,10 @@
 					<div v-if="record.postType == 1">技术支持</div>
 					<div v-if="record.postType == 2">内容纠错</div>
 				</template>
+				<template v-if="column.dataIndex === 'postStatus'">
+					<div v-if="record.postStatus == 0">正常</div>
+					<div v-if="record.postStatus == 1">关闭</div>
+				</template>
 				<template v-if="column.dataIndex === 'evidenceScreenshot'">
 					<a-image
 						:width="50"