Ver código fonte

帖子举报信息状态

canghailong 7 meses atrás
pai
commit
4250616116
1 arquivos alterados com 4 adições e 0 exclusões
  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"