Commit 1944d58f authored by 黄奎's avatar 黄奎

1

parent b6918424
......@@ -20,26 +20,27 @@
<th width="2%">{{$t('op.Fenfang')}}</th>
<th width="5%">{{$t('objFill.jiudianjifx')}}</th>
<th width="5%">{{$t('objFill.lvkexm')}}</th>
<th width="5%">{{$t('visaT.Englishsurname')}}</th>
<th width="5%">{{$t('admin.admin_EnSurname')}}</th>
<th width="6%">{{$t('visaT.Englishsurname')}}</th>
<th width="6%">{{$t('admin.admin_EnSurname')}}</th>
<th width="3%">{{$t('system.table_sex')}}</th>
<th width="7%">{{$t('admin.admin_BirthDate')}}</th>
<th width="6%">{{$t('admin.admin_BirthDate')}}</th>
<th width="4%">{{$t('sm.nianlingType')}}</th>
<th width="6%">{{$t('admin.admin_BirthPlace')}}</th>
<th width="6%">{{$t('system.table_Passport')}}</th>
<th width="6%">{{$t('admin.admin_IssuePlace')}}</th>
<th width="7%">{{$t('admin.admin_IssueDate')}}</th>
<th width="7%">{{$t('objFill.huzhaoyxq')}}</th>
<th width="6%">{{$t('admin.admin_IssueDate')}}</th>
<th width="6%">{{$t('objFill.huzhaoyxq')}}</th>
<th width="6%">{{$t('objFill.kehushouji')}}</th>
<th width="9%">{{$t('objFill.shengfenzheng')}}</th>
<th width="5%">{{$t('visa.v_qianzhengst')}}</th>
<th width="5%">{{$t('objFill.shifouxuesheng')}}</th>
<th width="8%">{{$t('hotel.table_operat')}}</th>
<th width="8%">{{$t('objFill.shengfenzheng')}}</th>
<th width="4%">{{$t('visa.v_qianzhengst')}}</th>
<th width="4%">{{$t('objFill.shifouxuesheng')}}</th>
<th width="9%">{{$t('hotel.table_operat')}}</th>
</tr>
</thead>
<tbody v-show="tableList.length>0">
<tr v-for="(item,index) in tableList" :key="index" :class="{'redTr':item.VisaState==1}">
<td>{{item.Sort}}</td>
<template v-for="(item,index) in tableList" >
<tr :class="{'redTr':item.VisaState==1}" :key="`d1_`+index">
<td >{{item.Sort}}</td>
<td>{{item.HoustNo}}</td>
<td>{{item.HouseType}}</td>
<td>{{item.Name}}</td>
......@@ -66,7 +67,7 @@
</el-tooltip>
<el-tooltip v-if="isOrder==1 && !isDis" class="item" effect="dark" :content="$t('system.table_delete')"
placement="top-start">
<el-button type="primary" style='background:#e95252; border-color:#e95252'
<el-button type="primary" style='background:#9E8DE3; border-color:#9E8DE3'
icon="iconfont icon-shanchu" @click="pal_del(item)"></el-button>
</el-tooltip>
<el-tooltip v-if="isOrder==1 && !isDis" class="item" effect="dark" :content="$t('objFill.xiazasqb')"
......@@ -77,6 +78,11 @@
</el-button-group>
</td>
</tr>
<!-- <tr :class="{'redTr':item.VisaState==1}" :key="`d2_`+index">
</tr> -->
</template>
</tbody>
<tbody v-show="tableList.length===0" class="passengerSaleList_table_noInfo">
<tr>
......@@ -208,7 +214,6 @@
};
},
methods: {
//确定设置领队
setTheLeader() {
if (this.isSubmit) {
......
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