<#-- 默认举报列表 --> 举报列表 - ${title} <#-- 引入页头 --> <@include action="${newPublic_2}"/>
<#-- 引入服务导航 --> <@include action="${newPublic_4}"/>
<#if pageView.records?exists && pageView.records?size gt 0 > <#list pageView.records as report> <#if !pageView.records?exists || pageView.totalrecord == 0 >
理由 分类 图片 被举报内容 状态 处理结果 举报时间 / 处理完成时间
${report.reason} ${report.reportTypeName} <#if report.imageInfoList?size gt 0>
    <#list report.imageInfoList as imageInfo>
  • <#-- 本地存储 --> <#if fileStorageSystem == 0>
    <#-- SeaweedFS存储 使用nginx image_filter的缩略图处理功能 --> <#if fileStorageSystem == 10>
    <#-- MinIO存储 使用nginx image_filter的缩略图处理功能 --> <#if fileStorageSystem == 20>
    <#-- 阿里云OSS存储 --> <#if fileStorageSystem == 30>
<#if report.module == 10> 查看话题 <#if report.module == 20> 查看评论 <#if report.module == 30> 查看评论回复 <#if report.module == 40> 查看问题 <#if report.module == 50> 查看答案 <#if report.module == 60> 查看答案回复 <#if report.status == 10>待处理 <#if report.status == 40>投诉失败 <#if report.status == 50>投诉成功 ${report.processResult}
${report.postTime}
<#if report.processCompleteTime != null>
${report.processCompleteTime}
还没有举报记录
<@include action="${newPublic_1}"/>
<#--引入页脚--> <@include action="${newPublic_3}"/>