Commit e7cb4d8e authored by youjie's avatar youjie

no message

parent 8a71c93a
......@@ -171,6 +171,8 @@
<table border="0" cellspacing="1" cellpadding="0" class="teamRevenueExpenditureTable">
<tr>
<th width="100">姓名</th>
<th width="50">性别</th>
<th width="200">护照</th>
<th>成本单据</th>
<th>保险单据</th>
<th>服务单据</th>
......@@ -178,7 +180,11 @@
<template v-for="(outItem,index) in RollCallList">
<!-- v-if="outItem.CostRelationList.length>0||outItem.InsureRelationList.length>0||outItem.ServiceRelationList.length>0" -->
<tr>
<td style="white-space:nowrap; ">{{outItem.guestName}}
<td style="white-space:nowrap;">{{outItem.guestName}}
</td>
<td>{{outItem.SexStr}}
</td>
<td>{{outItem.PassportNo}}
</td>
<td>
<div class="Finance-box">
......@@ -716,6 +722,7 @@ export default {
this.RollCallListAll = res.data.data
this.RollCallListLess = res.data.data.filter((item,index) => index<3)
this.RollCallList = this.RollCallListLess
console.log(this.RollCallList[0],'=====')
}else{
this.$message.error(res.data.message);
}
......
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