Commit 322215c8 authored by 吴春's avatar 吴春

页面修改

parent 35442a1f
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
<th width="6%">客户手机</th> <th width="6%">客户手机</th>
<th width="9%">身份证</th> <th width="9%">身份证</th>
<th width="5%">签证状态</th> <th width="5%">签证状态</th>
<th width="5%">是否学生</th>
<th width="8%">操作</th> <th width="8%">操作</th>
</tr> </tr>
</thead> </thead>
...@@ -47,6 +48,7 @@ ...@@ -47,6 +48,7 @@
<td>{{item.MobilePhone}}</td> <td>{{item.MobilePhone}}</td>
<td>{{item.IdCard}}</td> <td>{{item.IdCard}}</td>
<td>{{item.VisaState==1?'拒签':"正常"}}</td> <td>{{item.VisaState==1?'拒签':"正常"}}</td>
<td style="color:red;">{{item.IsHightSchool==1?'学生':""}}</td>
<td> <td>
<el-button-group> <el-button-group>
<el-tooltip v-if="isOrder==1 && !isDis" class="item" effect="dark" content="修改" placement="top-start"> <el-tooltip v-if="isOrder==1 && !isDis" class="item" effect="dark" content="修改" placement="top-start">
...@@ -67,7 +69,7 @@ ...@@ -67,7 +69,7 @@
</tbody> </tbody>
<tbody v-show="tableList.length===0" class="passengerSaleList_table_noInfo"> <tbody v-show="tableList.length===0" class="passengerSaleList_table_noInfo">
<tr> <tr>
<td colspan="18" class="">暂无数据</td> <td colspan="19" class="">暂无数据</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
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