Commit d3bb0103 authored by youjie's avatar youjie

翻译

parent 461f1836
...@@ -787,7 +787,7 @@ ...@@ -787,7 +787,7 @@
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}}</td>
<td>{{item.nationalityName}}</td> <td>{{item.nationalityName}}</td>
<td></td> <td></td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{getDate(item.birthday)}}</td> <td>{{getDate(item.birthday)}}</td>
<td>{{item.idCard}}</td> <td>{{item.idCard}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
......
...@@ -1048,9 +1048,9 @@ ...@@ -1048,9 +1048,9 @@
<th>{{$t('system.query_name')}}</th> <th>{{$t('system.query_name')}}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>联系电话(手机)</th> <th>联系电话(手机)</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
<th width="100">{{$t('hotel.table_operat')}}</th> <th width="100">{{$t('hotel.table_operat')}}</th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
......
...@@ -93,15 +93,15 @@ ...@@ -93,15 +93,15 @@
<div style="clear: both;"></div> <div style="clear: both;"></div>
<span v-for="o in item.orderGuestHouse" v-if="o.isBed=='0'" style="background:#11998E;"> <span v-for="o in item.orderGuestHouse" v-if="o.isBed=='0'" style="background:#11998E;">
<em v-if='data.orderId==o.orderId'>{{o.userName}}</em> <em v-if='data.orderId==o.orderId'>{{o.userName}}</em>
<em v-else>游客({{o.sex==1?'男':'女'}})</em> <em v-else>游客({{o.sex==1?$t('pub.man'):$t('pub.woman')}})</em>
<i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i> <i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i>
</span><span v-for="o in item.orderGuestHouse" v-if="o.isBed=='1'&&o.sex=='1'" style="background:#116799;"> </span><span v-for="o in item.orderGuestHouse" v-if="o.isBed=='1'&&o.sex=='1'" style="background:#116799;">
<em v-if='data.orderId==o.orderId'>{{o.userName}}</em> <em v-if='data.orderId==o.orderId'>{{o.userName}}</em>
<em v-else>游客({{o.sex==1?'男':'女'}})</em> <em v-else>游客({{o.sex==1?$t('pub.man'):$t('pub.woman')}})</em>
<i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i> <i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i>
</span><span v-for="o in item.orderGuestHouse" v-if="o.isBed=='1'&&o.sex=='2'" style="background:#C62452;"> </span><span v-for="o in item.orderGuestHouse" v-if="o.isBed=='1'&&o.sex=='2'" style="background:#C62452;">
<em v-if='data.orderId==o.orderId'>{{o.userName}}</em> <em v-if='data.orderId==o.orderId'>{{o.userName}}</em>
<em v-else>游客({{o.sex==1?'男':'女'}})</em> <em v-else>游客({{o.sex==1?$t('pub.man'):$t('pub.woman')}})</em>
<i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i> <i v-if='data.orderId==o.orderId' class="el-icon-circle-close fr" @click="dragOut(o,index)"></i>
</span> </span>
</div> </div>
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
<th width="2%">分房</th> <th width="2%">分房</th>
<th width="5%">酒店及房型</th> <th width="5%">酒店及房型</th>
<th width="5%">旅客姓名</th> <th width="5%">旅客姓名</th>
<th width="5%">英文姓</th> <th width="5%">{{$t('visaT.Englishsurname')}}</th>
<th width="5%">英文名</th> <th width="5%">{{$t('admin.admin_EnSurname')}}</th>
<th width="3%">{{$t('system.table_sex')}}</th> <th width="3%">{{$t('system.table_sex')}}</th>
<th width="7%">{{$t('admin.admin_BirthDate')}}</th> <th width="7%">{{$t('admin.admin_BirthDate')}}</th>
<th width="4%">年龄类型</th> <th width="4%">年龄类型</th>
......
...@@ -1122,7 +1122,7 @@ ...@@ -1122,7 +1122,7 @@
<th v-if="type == 1"></th> <th v-if="type == 1"></th>
<!-- <th>客户名称 </th> <!-- <th>客户名称 </th>
<th>{{$t('hotel.suplier_contact')}}</th> <th>{{$t('hotel.suplier_contact')}}</th>
<th>手机号</th> <th>{{$t('system.table_phone')}}</th>
<th>{{$t('objFill.qianyuedaoqitime')}}</th> <th>{{$t('objFill.qianyuedaoqitime')}}</th>
<th>签约金额 </th> <th>签约金额 </th>
<th>待结算金额</th> --> <th>待结算金额</th> -->
......
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
<tr> <tr>
<th width="50">ID</th> <th width="50">ID</th>
<th width="130">旅客姓名</th> <th width="130">旅客姓名</th>
<th width="110">英文姓</th> <th width="110">{{$t('visaT.Englishsurname')}}</th>
<th width="145">英文名</th> <th width="145">{{$t('admin.admin_EnSurname')}}</th>
<th width="45">{{$t('system.table_sex')}}</th> <th width="45">{{$t('system.table_sex')}}</th>
<th width="155">{{$t('admin.admin_BirthDate')}}</th> <th width="155">{{$t('admin.admin_BirthDate')}}</th>
<th width="120">年龄类型</th> <th width="120">年龄类型</th>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<span class="PAL_left">身份证</span>{{item.IdCard}} <span class="PAL_left">身份证</span>{{item.IdCard}}
</div> </div>
<div class="PAL_comdiv"> <div class="PAL_comdiv">
<span class="PAL_left">{{$t('system.table_sex')}}</span>{{item.Sex=='1'?'男':'女'}} <span class="PAL_left">{{$t('system.table_sex')}}</span>{{item.Sex=='1'?$t('pub.man'):$t('pub.woman')}}
</div> </div>
<div class="PAL_comdiv clearfix"> <div class="PAL_comdiv clearfix">
<div class="PAL_LeftAge"> <div class="PAL_LeftAge">
......
...@@ -607,9 +607,9 @@ ...@@ -607,9 +607,9 @@
<th>{{$t('system.query_name')}}</th> <th>{{$t('system.query_name')}}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>联系电话(手机)</th> <th>联系电话(手机)</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
<th width="100">{{$t('hotel.table_operat')}}</th> <th width="100">{{$t('hotel.table_operat')}}</th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
......
...@@ -264,8 +264,8 @@ ...@@ -264,8 +264,8 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th>{{$t('system.query_name')}}</th> <th>{{$t('system.query_name')}}</th>
<th>英文姓</th> <th>{{$t('visaT.Englishsurname')}}</th>
<th>英文名</th> <th>{{$t('admin.admin_EnSurname')}}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>生日</th> <th>生日</th>
<th>{{$t('salesModule.Passport')}}</th> <th>{{$t('salesModule.Passport')}}</th>
......
...@@ -181,12 +181,12 @@ ...@@ -181,12 +181,12 @@
</th> </th>
<th>旅客姓名</th> <th>旅客姓名</th>
<th>身份证</th> <th>身份证</th>
<th>英文姓</th> <th>{{$t('visaT.Englishsurname')}}</th>
<th>英文名</th> <th>{{$t('admin.admin_EnSurname')}}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>{{$t('admin.admin_BirthDate')}}</th> <th>{{$t('admin.admin_BirthDate')}}</th>
<th>出生地</th> <th>出生地</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>证件有效期</th> <th>证件有效期</th>
<th>客人联系方式</th> <th>客人联系方式</th>
<th>签证状态</th> <th>签证状态</th>
......
This diff is collapsed.
...@@ -1001,12 +1001,12 @@ ...@@ -1001,12 +1001,12 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.guestList"> <tr v-for="(item,index) in dataList.guestList">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{$t('salesModule.Passport')}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
...@@ -1025,7 +1025,7 @@ ...@@ -1025,7 +1025,7 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.guestInfo"> <tr v-for="(item,index) in dataList.guestInfo">
<td>{{index+1}}</td> <td>{{index+1}}</td>
......
...@@ -551,12 +551,12 @@ ...@@ -551,12 +551,12 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.guestList" :key="index+10000"> <tr v-for="(item,index) in dataList.guestList" :key="index+10000">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}} {{item.guestType}}</td> <td>{{item.surName+''+item.name}} {{item.guestType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{$t('salesModule.Passport')}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
......
...@@ -1099,9 +1099,9 @@ ...@@ -1099,9 +1099,9 @@
<th>{{ $t("system.query_name") }}</th> <th>{{ $t("system.query_name") }}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>{{$t('objFill.lianxifangshi')}}</th> <th>{{$t('objFill.lianxifangshi')}}</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
</tr> </tr>
<tr v-for="(item, index) in guestList"> <tr v-for="(item, index) in guestList">
<td> <td>
...@@ -1124,9 +1124,9 @@ ...@@ -1124,9 +1124,9 @@
<th>{{ $t("system.query_name") }}</th> <th>{{ $t("system.query_name") }}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>护照号码</th> <th>{{$t('sm.huzhaohaoma')}}</th>
<th>{{$t('objFill.lianxifangshi')}}</th> <th>{{$t('objFill.lianxifangshi')}}</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
<th>操作 <a style="color:blue;cursor:pointer" @click="AddGuest()">添加</a></th> <th>操作 <a style="color:blue;cursor:pointer" @click="AddGuest()">添加</a></th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.guestInfo"> <tr v-for="(item, index) in CtObj.guestInfo">
......
...@@ -570,7 +570,7 @@ ...@@ -570,7 +570,7 @@
<tr v-for="(item,index) in guestList" :key="index+10000"> <tr v-for="(item,index) in guestList" :key="index+10000">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}} {{item.guestType}}</td> <td>{{item.surName+''+item.name}} {{item.guestType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{$t('salesModule.Passport')}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
......
...@@ -540,7 +540,7 @@ ...@@ -540,7 +540,7 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<template v-if="CtObj.ContractGuestList&&CtObj.ContractGuestList.length>0"> <template v-if="CtObj.ContractGuestList&&CtObj.ContractGuestList.length>0">
<tr v-for="(item,index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item,index) in CtObj.ContractGuestList" :key="index">
...@@ -640,7 +640,7 @@ ...@@ -640,7 +640,7 @@
v-for="item in CtObj.ContractPickUpList"> v-for="item in CtObj.ContractPickUpList">
<p>用车日期:<font>{{item.UseTime}}</font>&nbsp;乘客人数<font>{{item.UseNum}}</font> <p>用车日期:<font>{{item.UseTime}}</font>&nbsp;乘客人数<font>{{item.UseNum}}</font>
</p> </p>
<p><font>{{item.StartPlace}}</font><font>{{item.ArrivePlace}}</font>&nbsp;<font> <p><font>{{item.StartPlace}}</font>{{$t('OrderList.zhi')}<font>{{item.ArrivePlace}}</font>&nbsp;<font>
{{item.UseBusType}}</font> {{item.UseBusType}}</font>
</p> </p>
</template> </template>
...@@ -1584,7 +1584,7 @@ ...@@ -1584,7 +1584,7 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
<td>{{index+1}}</td> <td>{{index+1}}</td>
...@@ -2095,7 +2095,7 @@ ...@@ -2095,7 +2095,7 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
<td>{{index+1}}</td> <td>{{index+1}}</td>
......
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
<span class="w8">{{SDate}}</span> <span class="w8">{{SDate}}</span>
</div> </div>
<div style="margin-left:10px;"></div> <div style="margin-left:10px;">{{$t('OrderList.zhi')}</div>
<div class="mbgibtnLine"> <div class="mbgibtnLine">
<span class="w10">{{EYear}}</span> <span class="w10">{{EYear}}</span>
</div> </div>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<!-- PassportType --> <!-- PassportType -->
<span v-for="Pass in PassportTypeList" class="_mr10 _MarriageType"><span>{{Pass.Name}} <i v-if="Pass.Id==infoData.PeopleModel.PassportType"></i><i v-else></i></span></span> <span v-for="Pass in PassportTypeList" class="_mr10 _MarriageType"><span>{{Pass.Name}} <i v-if="Pass.Id==infoData.PeopleModel.PassportType"></i><i v-else></i></span></span>
</p> </p>
<p><span>护照号码<input style="width:100%;" type="text" v-model="infoData.PeopleModel.PassportNo"></span></p> <p><span>{{$t('sm.huzhaohaoma')}}<input style="width:100%;" type="text" v-model="infoData.PeopleModel.PassportNo"></span></p>
<p class="_mb0"> <p class="_mb0">
<span>签发地点<input style="width: 55.1%;" type="text" v-model="infoData.PeopleModel.PassportAddress"></span> <span>签发地点<input style="width: 55.1%;" type="text" v-model="infoData.PeopleModel.PassportAddress"></span>
<span>签发日期<input style="width: 100%;" type="text" v-model="infoData.PeopleModel.PassportIssued"></span> <span>签发日期<input style="width: 100%;" type="text" v-model="infoData.PeopleModel.PassportIssued"></span>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<!-- PassportType --> <!-- PassportType -->
<span v-for="Pass in PassportTypeList" class="_mr10 _MarriageType"><span>{{Pass.Name}} <i v-if="Pass.Id==infoData.PeopleModel.PassportType"><span v-if="infoData.IsWH==true">X</span><span v-else></span></i><i v-else></i></span></span> <span v-for="Pass in PassportTypeList" class="_mr10 _MarriageType"><span>{{Pass.Name}} <i v-if="Pass.Id==infoData.PeopleModel.PassportType"><span v-if="infoData.IsWH==true">X</span><span v-else></span></i><i v-else></i></span></span>
</p> </p>
<p><span>护照号码<input style="width:100%;" type="text" v-model="infoData.PeopleModel.PassportNo"></span></p> <p><span>{{$t('sm.huzhaohaoma')}}<input style="width:100%;" type="text" v-model="infoData.PeopleModel.PassportNo"></span></p>
<p class="_mb0"> <p class="_mb0">
<span>签发地点<input style="width: 55.1%;" type="text" v-model="infoData.PeopleModel.PassportAddress"></span> <span>签发地点<input style="width: 55.1%;" type="text" v-model="infoData.PeopleModel.PassportAddress"></span>
<span>签发日期<input style="width: 100%;" type="text" v-model="infoData.PeopleModel.PassportIssued"></span> <span>签发日期<input style="width: 100%;" type="text" v-model="infoData.PeopleModel.PassportIssued"></span>
......
...@@ -1177,7 +1177,7 @@ ...@@ -1177,7 +1177,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-col :span="8" style="text-align:right">性别:</el-col> <el-col :span="8" style="text-align:right">性别:</el-col>
<el-col :span="16" style="text-align:left">{{item.sex==1?'男':'女'}}</el-col> <el-col :span="16" style="text-align:left">{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</el-col>
</el-col> </el-col>
</el-row> </el-row>
<el-row style="padding:6px 0"> <el-row style="padding:6px 0">
......
...@@ -711,12 +711,12 @@ ...@@ -711,12 +711,12 @@
<td width="10%">证件类型</td> <td width="10%">证件类型</td>
<td width="20%">证件号码</td> <td width="20%">证件号码</td>
<td width="20%">{{$t('objFill.lianxifangshi')}}</td> <td width="20%">{{$t('objFill.lianxifangshi')}}</td>
<td width="15%">身体状况</td> <td width="15%">{{$t('objFill.v101.Contract.shengtizk')}}</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.guestList" :key="index+10000"> <tr v-for="(item,index) in dataList.guestList" :key="index+10000">
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}} {{item.guestType}}</td> <td>{{item.surName+''+item.name}} {{item.guestType}}</td>
<td>{{item.sex==1?'男':'女'}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{$t('salesModule.Passport')}}</td>
<td>{{item.passportNo}}</td> <td>{{item.passportNo}}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
......
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
<el-input type="text" class="w60" v-model="SDate"></el-input> <el-input type="text" class="w60" v-model="SDate"></el-input>
</div> </div>
<div style="margin-left:20px;"></div> <div style="margin-left:20px;">{{$t('OrderList.zhi')}</div>
<div class="magibtnLine" style="margin-top:0;"> <div class="magibtnLine" style="margin-top:0;">
<el-input type="text" class="w60" v-model="EYear"></el-input> <el-input type="text" class="w60" v-model="EYear"></el-input>
</div> </div>
......
...@@ -1085,7 +1085,7 @@ ...@@ -1085,7 +1085,7 @@
<th><span class="onedayRed">*</span> 证件类型</th> <th><span class="onedayRed">*</span> 证件类型</th>
<th><span class="onedayRed">*</span> 证件号码</th> <th><span class="onedayRed">*</span> 证件号码</th>
<th><span class="onedayRed">*</span> 联系电话(手机)</th> <th><span class="onedayRed">*</span> 联系电话(手机)</th>
<th>身体状况</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
<th>{{$t('system.table_operation')}}</th> <th>{{$t('system.table_operation')}}</th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractGuestList" :key="index"> <tr v-for="(item, index) in CtObj.ContractGuestList" :key="index">
......
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