|
|
@@ -106,7 +106,7 @@
|
|
|
<div v-if="lists.length <= 0" style="padding:100px 0; font-size: 14px; color: #4a4646">
|
|
|
<div style="text-align:center">暂无数据</div>
|
|
|
</div>
|
|
|
- <div style="margin: 30px">
|
|
|
+ <div style="margin: 30px" v-else>
|
|
|
<el-timeline-item :timestamp="item.createdAt" placement="top" v-for="item in lists" :key="item.id">
|
|
|
<div style="font-size: 14px; color: #4a4646">
|
|
|
{{ tipsType[item.type] }}
|