|
|
@@ -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"
|