Commit 8bc84eac authored by 吴春's avatar 吴春

1

parent 97004ef3
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
<th width="9%">{{$t('objFill.shengfenzheng')}}</th> <th width="9%">{{$t('objFill.shengfenzheng')}}</th>
<th width="5%">{{$t('visa.v_qianzhengst')}}</th> <th width="5%">{{$t('visa.v_qianzhengst')}}</th>
<th width="5%">{{$t('objFill.shifouxuesheng')}}</th> <th width="5%">{{$t('objFill.shifouxuesheng')}}</th>
<td >退景点</td>
<th width="8%">{{$t('hotel.table_operat')}}</th> <th width="8%">{{$t('hotel.table_operat')}}</th>
</tr> </tr>
</thead> </thead>
...@@ -57,6 +58,9 @@ ...@@ -57,6 +58,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