Commit 4534cf09 authored by 吴春's avatar 吴春

1

parent be2e4462
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
text-align: center; text-align: center;
padding-left: 1px; padding-left: 1px;
padding-right: 1px; padding-right: 1px;
min-width: 55px; min-width: 60px;
height: 29px; height: 29px;
position: sticky; position: sticky;
top: 0; top: 0;
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div style="width: 98%; overflow-x: hidden;padding-bottom: 50px; " :style="{height: boxHeight + 'px'}" <div style="width: 99%; overflow-x: hidden;padding-bottom: 50px; " :style="{height: boxHeight + 'px'}"
class="ownScrollbarStyle" v-loading="loading" :element-loading-text="loadingText"> class="ownScrollbarStyle" v-loading="loading" :element-loading-text="loadingText">
<table class="journeyTripTab" v-if="dataList&&dataList.length>0"> <table class="journeyTripTab" v-if="dataList&&dataList.length>0">
<thead> <thead>
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
&nbsp; &nbsp;
<el-button v-if="subItem.CarIsPush!=1" type="text" @click="setBusOrder(subItem)">同步</el-button> <el-button v-if="subItem.CarIsPush!=1" type="text" @click="setBusOrder(subItem)">同步</el-button>
<!-- <el-button v-else type="text" @click="cancelBusOrder(subItem)" style="color:red;">取消</el-button> --> <!-- <el-button v-else type="text" @click="cancelBusOrder(subItem)" style="color:red;">取消</el-button> -->
<el-button v-if="subItem.TCID!=subItem.TCIDs" type="text" @click="splitBus(subItem)" style="color:red;">拆分</el-button> <el-button v-if="subItem.TCID+''!=subItem.TCIDs" type="text" @click="splitBus(subItem)" style="color:red;">拆分</el-button>
</td> </td>
</template> </template>
<template v-else> <template v-else>
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.Success(res.data.message); that.Success(res.data.message);
that.getList(); that.getList();
that.goToBus(res.data.data); //that.goToBus(res.data.data);
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
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