Commit cdba408f authored by huangyuanyuan's avatar huangyuanyuan

update

parent 3399c4f1
...@@ -66,12 +66,12 @@ ...@@ -66,12 +66,12 @@
<tbody v-for="(item,index) in dataList" :key="index"> <tbody v-for="(item,index) in dataList" :key="index">
<tr> <tr>
<td>{{item.Id}} </td> <td>{{item.Id}} </td>
<td>{{item.Id}} </td><!-- 机票编码 --> <td class="guest_num" @click="goUrl('散客机票','individualTicket',item.AirTicketId)">{{item.AirTicketId}} </td><!-- 机票编码 -->
<td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.ContactName}}</p> <td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.ContactName}}</p>
<!-- <p class="fz12">123456</p> --> <!-- <p class="fz12">123456</p> -->
</td> </td>
<td>{{item.GuestNum}}/{{item.SeatNum}}/{{item.FreightSpace}}</td> <td class="guest_num">{{item.GuestNum}}/{{item.SeatNum}}/{{item.FreightSpace}}</td>
<td class="fz12">{{item.TC_Price}}</td> <td class="fz12">{{item.TC_Price}}</td>
<td class="fz12">{{item.Unit_Price}}</td> <td class="fz12">{{item.Unit_Price}}</td>
<td style="color:#E95252">{{item.PreferPrice}}</td> <td style="color:#E95252">{{item.PreferPrice}}</td>
...@@ -297,6 +297,14 @@ export default { ...@@ -297,6 +297,14 @@ export default {
</script> </script>
<style scoped> <style scoped>
@import "../../assets/css/newTravelManager.css"; @import "../../assets/css/newTravelManager.css";
.guest_num:hover{
font-weight: bold;
}
.guest_num{
text-decoration: underline;
cursor: pointer;
color: rgb(26, 168, 107);
}
.tickets_green { .tickets_green {
color: #008000; color: #008000;
text-decoration: underline; text-decoration: underline;
......
...@@ -548,7 +548,7 @@ import moment from 'moment' ...@@ -548,7 +548,7 @@ import moment from 'moment'
}, },
created(){ created(){
if(this.$route.query.id){ if(this.$route.query.id){
this.msg.Flight_number=this.$route.query.id; this.msg.ID=this.$route.query.id;
} }
}, },
methods: { methods: {
......
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
padding: 5px 0; padding: 5px 0;
} }
.has-gutter tr th, .flexOne .has-gutter tr th,
.el-table th.is-leaf { .el-table th.is-leaf {
background: #EAEAEA!important; background: #EAEAEA!important;
} }
......
...@@ -528,7 +528,7 @@ ...@@ -528,7 +528,7 @@
padding: 5px 0; padding: 5px 0;
} }
.has-gutter tr th, .flexOne .has-gutter tr th,
.el-table th.is-leaf { .el-table th.is-leaf {
background: #EAEAEA!important; background: #EAEAEA!important;
} }
......
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