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

1

parent be2e4462
......@@ -12,7 +12,7 @@
text-align: center;
padding-left: 1px;
padding-right: 1px;
min-width: 55px;
min-width: 60px;
height: 29px;
position: sticky;
top: 0;
......@@ -88,7 +88,7 @@
</li>
</ul>
</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">
<table class="journeyTripTab" v-if="dataList&&dataList.length>0">
<thead>
......@@ -183,7 +183,7 @@
&nbsp;
<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-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>
</template>
<template v-else>
......@@ -238,7 +238,7 @@
if (res.data.resultCode == 1) {
that.Success(res.data.message);
that.getList();
that.goToBus(res.data.data);
//that.goToBus(res.data.data);
} else {
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