Commit c94e4d87 authored by zhengke's avatar zhengke

修改合同

parent bede130c
...@@ -621,9 +621,13 @@ ...@@ -621,9 +621,13 @@
</tr> </tr>
<tr> <tr>
<td>签约日期:</td> <td>签约日期:</td>
<td>{{getDate(dataList.payDate)}}</td> <td>
<span v-if="dataList.payDate">{{getDate(dataList.payDate)}}</span>
</td>
<td>签约日期:</td> <td>签约日期:</td>
<td>{{getDate(dataList.payDate)}}</td> <td>
<span v-if="dataList.payDate">{{getDate(dataList.payDate)}}</span>
</td>
</tr> </tr>
<tr> <tr>
<td>签约地点:</td> <td>签约地点:</td>
......
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
//跳转至详情 //跳转至详情
goToDetail(item){ goToDetail(item){
this.$router.push({ this.$router.push({
name: 'ElectronicContract', name: 'TravelContractDetail',
query: { query: {
TCID: item.tcid, TCID: item.tcid,
orderID: item.orderId, orderID: item.orderId,
......
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