风险处置

This commit is contained in:
liuye
2022-10-11 17:39:36 +08:00
parent ea35ab1ee2
commit f23f8107b9

View File

@@ -72,10 +72,10 @@
</div>
<div class="line-bg"></div>
<div class="info" v-if="info.reportUser.handleLogs && info.reportUser.handleLogs.length">
<div class="info" v-if="info.handleLogs && info.handleLogs.length">
<div class="title">风险处置记录</div>
<div class="error-list">
<div class="item" v-for="(item, index) in info.reportUser.handleLogs" :key="index">
<div class="item" v-for="(item, index) in info.handleLogs" :key="index">
<p>{{item.content}}</p>
<div>{{item.createTime}}
<span>{{item.createUserName}}</span>