Commit c9479390 authored by youjie's avatar youjie

no message

parent 2b794ffc
......@@ -89,11 +89,12 @@
<th width="7%">性别</th>
<th width="7%">出生地</th>
<th width="7%">出生日期</th>
<th width="8%">身份证号</th>
<th width="8%">护照号</th>
<th width="8%">签发地</th>
<th width="7%">签发日期</th>
<th width="7%">有效日期</th>
<th width="7%">身份证号</th>
<th width="7%">护照号</th>
<th width="6%">签发地</th>
<th width="6%">签发日期</th>
<th width="6%">有效日期</th>
<th width="6%">是否需要签证</th>
<th width="7%">创建人</th>
<th width="7%">操作</th>
</tr>
......@@ -116,6 +117,9 @@
<td>{{item.PassportAddress}}</td>
<td>{{item.PassportIssued}}</td>
<td>{{item.PassportExpiry}}</td>
<td>
<span style="color: red;">{{item.NeedVisa?'是':''}}</span>
</td>
<td>{{item.CreateByName}}</td>
<td>
<el-button-group>
......@@ -128,12 +132,12 @@
</tbody>
<tbody v-show="tableList.length===0" class="passengerInfo_table_noInfo">
<tr>
<td colspan="13" class="">暂无数据</td>
<td colspan="15" class="">暂无数据</td>
</tr>
</tbody>
</table>
</div>
<el-pagination background @current-change="handleCurrentChange"
<el-pagination background @current-change="handleCurrentChange"
:current-page.sync="msg.pageIndex"
layout="total,prev, pager, next, jumper"
:page-size="msg.pageSize"
......@@ -348,4 +352,4 @@
text-decoration: underline;
cursor: pointer;
}
</style>
\ No newline at end of file
</style>
......@@ -156,7 +156,7 @@
}
.mb {
margin-bottom: 10px;
margin-bottom: 5px;
}
.mb20 {
......@@ -1156,7 +1156,7 @@
</span>
<span v-if="item.FinanceList.length===0" style="cursor: default;">暂无数据</span> -->
</div>
<div style="margin-top: 5px;">
<div>
<span style="white-space: nowrap;">{{$t('salesModule.Invoice')}}:</span>
<span v-for="(item2,index2) in scope.row.invoiceApplyList" :key="index2"
style="margin-right:10px;cursor:pointer;white-space: nowrap;">
......
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