Browse Source

帖子举报信息状态

canghailong 7 tháng trước cách đây
mục cha
commit
4250616116
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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"