|
@ -61,7 +61,7 @@ |
|
|
</p> |
|
|
</p> |
|
|
</h3> |
|
|
</h3> |
|
|
<div style="height: calc(100% - 40px);overflow-y: auto;overflow-x: hidden;"> |
|
|
<div style="height: calc(100% - 40px);overflow-y: auto;overflow-x: hidden;"> |
|
|
<ul class="todo-list"> |
|
|
|
|
|
|
|
|
<ul v-if="waitBorrowerData.length !== 0" class="todo-list"> |
|
|
<li v-for="(item,index) in waitBorrowerData" :key="index"> |
|
|
<li v-for="(item,index) in waitBorrowerData" :key="index"> |
|
|
<el-tooltip class="item" effect="dark" :content="item.title" :enterable="false" placement="top"> |
|
|
<el-tooltip class="item" effect="dark" :content="item.title" :enterable="false" placement="top"> |
|
|
<p>温馨提示:{{ item.title }}</p> |
|
|
<p>温馨提示:{{ item.title }}</p> |
|
@ -69,6 +69,10 @@ |
|
|
<span>{{ item.update_time | parseTime }}</span> |
|
|
<span>{{ item.update_time | parseTime }}</span> |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
<div v-else class="empty-main"> |
|
|
|
|
|
<svg-icon icon-class="empty" class-name="empty-img" /> |
|
|
|
|
|
<p>暂无数据</p> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</el-col> |
|
|
</el-col> |
|
@ -319,4 +323,7 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
.empty-main{ |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |