|
@@ -11,7 +11,7 @@
|
|
|
<el-button v-else type="primary" @click="toExport">发车</el-button>
|
|
|
</template>
|
|
|
</data-table> -->
|
|
|
- <el-row :gutter="20" v-if="!dialog">
|
|
|
+ <el-row :gutter="20" v-if="!dialog" class="tst">
|
|
|
<el-col :span="24" style="text-align:center;margin-bottom:10px">
|
|
|
<el-button v-if="selected.length <= 0" type="primary" :disabled="true">未选择</el-button>
|
|
|
<el-button v-else type="primary" @click="toExport">发车</el-button>
|
|
@@ -19,7 +19,7 @@
|
|
|
<el-row :gutter="20" v-if="list.length === 0">
|
|
|
<el-col :span="12" :offset="6"><div class="empty">暂无数据,请先填写订单</div></el-col>
|
|
|
</el-row>
|
|
|
- <el-row v-else>
|
|
|
+ <el-row v-else style="float:left">
|
|
|
<el-col :span="12" class="card" v-for="(item, index) in list" :key="index">
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|