Commit 88f9805d authored by 黄奎's avatar 黄奎

11

parents 1944d58f 2c3ee94d
...@@ -31,10 +31,18 @@ ...@@ -31,10 +31,18 @@
<th width="6%">{{$t('admin.admin_IssueDate')}}</th> <th width="6%">{{$t('admin.admin_IssueDate')}}</th>
<th width="6%">{{$t('objFill.huzhaoyxq')}}</th> <th width="6%">{{$t('objFill.huzhaoyxq')}}</th>
<th width="6%">{{$t('objFill.kehushouji')}}</th> <th width="6%">{{$t('objFill.kehushouji')}}</th>
<<<<<<< HEAD
<th width="8%">{{$t('objFill.shengfenzheng')}}</th> <th width="8%">{{$t('objFill.shengfenzheng')}}</th>
<th width="4%">{{$t('visa.v_qianzhengst')}}</th> <th width="4%">{{$t('visa.v_qianzhengst')}}</th>
<th width="4%">{{$t('objFill.shifouxuesheng')}}</th> <th width="4%">{{$t('objFill.shifouxuesheng')}}</th>
<th width="9%">{{$t('hotel.table_operat')}}</th> <th width="9%">{{$t('hotel.table_operat')}}</th>
=======
<th width="9%">{{$t('objFill.shengfenzheng')}}</th>
<th width="5%">{{$t('visa.v_qianzhengst')}}</th>
<th width="5%">{{$t('objFill.shifouxuesheng')}}</th>
<td >退景点</td>
<th width="8%">{{$t('hotel.table_operat')}}</th>
>>>>>>> 2c3ee94d1e1016d8ffbe274a5805ae0509eb8c73
</tr> </tr>
</thead> </thead>
<tbody v-show="tableList.length>0"> <tbody v-show="tableList.length>0">
...@@ -58,6 +66,9 @@ ...@@ -58,6 +66,9 @@
<td>{{item.IdCard}}</td> <td>{{item.IdCard}}</td>
<td>{{item.VisaState==1?$t('salesModule.RefuseQ'):$t('pub.normalSel')}}</td> <td>{{item.VisaState==1?$t('salesModule.RefuseQ'):$t('pub.normalSel')}}</td>
<td style="color:red;">{{item.IsHightSchool==1?$t('objFill.xuesheng'):""}}</td> <td style="color:red;">{{item.IsHightSchool==1?$t('objFill.xuesheng'):""}}</td>
<td> <div v-if="item.BackScenicList!=null&&item.BackScenicList.length>0">
<p v-for="(itemb,indexb) in item.BackScenicList" :key="indexb">{{itemb.CouponsName}}{{item.BackScenicList.length!=(indexb+1)?"、":""}}</p>
</div></td>
<td> <td>
<el-button-group> <el-button-group>
<el-tooltip v-if="isOrder==1 && !isDis" class="item" effect="dark" :content="$t('pub.updateMsg')" <el-tooltip v-if="isOrder==1 && !isDis" class="item" effect="dark" :content="$t('pub.updateMsg')"
......
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