Commit 1fc5fb35 by liujinsa

优化

parent c1dc485e
<template> <template>
<!-- uooya对账单定制 --> <!-- uooya对账单定制 -->
<div class="statementAccount"> <div class="statementAccount">
<div v-if="list && list.length>0">
<div class="stateList" v-for="(item,index) in list" :key="index"> <div class="stateList" v-for="(item,index) in list" :key="index">
<div class="dateHeader"> <div class="dateHeader">
<p>{{item.year}}</p> <p>{{item.year}}</p>
...@@ -11,6 +12,8 @@ ...@@ -11,6 +12,8 @@
</div> </div>
</div> </div>
</div> </div>
<div v-else style="margin:20px auto;font-size:14px;text-align:center">暂无数据</div>
</div>
</template> </template>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment