| @@ -85,7 +85,7 @@ | |||||
| pageSize:10, | pageSize:10, | ||||
| orderByColumn:'createTime', | orderByColumn:'createTime', | ||||
| isAsc:'desc', | isAsc:'desc', | ||||
| year:'', | |||||
| year:'2022', | |||||
| }, | }, | ||||
| uploadFiles1:[], | uploadFiles1:[], | ||||
| projectId:'', | projectId:'', | ||||
| @@ -25,7 +25,7 @@ | |||||
| <van-row> | <van-row> | ||||
| <van-col :span="24">具体事由</van-col> | <van-col :span="24">具体事由</van-col> | ||||
| </van-row> | </van-row> | ||||
| <van-row v-for="(item,index) in applicationList"> | |||||
| <van-row v-for="(item,index) in applicationList" :key="index"> | |||||
| <van-col :span="24">{{item.voucherSummary}}</van-col> | <van-col :span="24">{{item.voucherSummary}}</van-col> | ||||
| </van-row> | </van-row> | ||||
| <div class="name_bg"></div> | <div class="name_bg"></div> | ||||
| @@ -37,7 +37,7 @@ | |||||
| <van-col :span="12">收入金额</van-col> | <van-col :span="12">收入金额</van-col> | ||||
| <van-col :span="12">支出金额</van-col> | <van-col :span="12">支出金额</van-col> | ||||
| </van-row> | </van-row> | ||||
| <van-row v-for="(item,index) in applicationList"> | |||||
| <van-row v-for="(item,index) in applicationList" :key="index"> | |||||
| <van-col :span="12"><template v-if="item.jieAmount">¥{{item.jieAmount}}</template></van-col> | <van-col :span="12"><template v-if="item.jieAmount">¥{{item.jieAmount}}</template></van-col> | ||||
| <van-col :span="12"><template v-if="item.daiAmount">¥{{item.daiAmount}}</template></van-col> | <van-col :span="12"><template v-if="item.daiAmount">¥{{item.daiAmount}}</template></van-col> | ||||
| </van-row> | </van-row> | ||||
| @@ -82,7 +82,7 @@ | |||||
| pageSize:10, | pageSize:10, | ||||
| orderByColumn:'createTime', | orderByColumn:'createTime', | ||||
| isAsc:'desc', | isAsc:'desc', | ||||
| year:'', | |||||
| year:'2022', | |||||
| }, | }, | ||||
| uploadFiles1:[], | uploadFiles1:[], | ||||
| projectId:'', | projectId:'', | ||||
| @@ -25,7 +25,7 @@ | |||||
| @load="getList" | @load="getList" | ||||
| > | > | ||||
| <!----1--> | <!----1--> | ||||
| <div class="item" v-for="(item,index) in applicationList" :key="index" > | |||||
| <div class="item" v-for="(item,index) in applicationList" :key="index"> | |||||
| <div class="info" @click="goDetail(item.id)"> | <div class="info" @click="goDetail(item.id)"> | ||||
| <div class="title"> | <div class="title"> | ||||
| <i class="icon_box"></i> | <i class="icon_box"></i> | ||||
| @@ -312,7 +312,7 @@ | |||||
| margin-right: 10px; | margin-right: 10px; | ||||
| } | } | ||||
| .news_title{ | .news_title{ | ||||
| max-width:416px; | |||||
| max-width:330px; | |||||
| overflow: hidden; | overflow: hidden; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| @@ -85,7 +85,7 @@ | |||||
| pageSize:10, | pageSize:10, | ||||
| orderByColumn:'createTime', | orderByColumn:'createTime', | ||||
| isAsc:'desc', | isAsc:'desc', | ||||
| year:'', | |||||
| year:'2022', | |||||
| }, | }, | ||||
| uploadFiles1:[], | uploadFiles1:[], | ||||
| projectId:'', | projectId:'', | ||||