Prechádzať zdrojové kódy

帖子举报信息状态

canghailong 7 mesiacov pred
rodič
commit
4250616116
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  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"