|
@@ -202,7 +202,7 @@
|
|
<span v-if="scope.row.way == 4">其他</span>
|
|
<span v-if="scope.row.way == 4">其他</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="行程" width="120" align="center">
|
|
|
|
|
|
+ <el-table-column label="行程" width="120" align="center" v-if="!isDingding">
|
|
<template slot-scope="scope">{{scope.row.cityFrom + '-' + scope.row.cityTo}}</template>
|
|
<template slot-scope="scope">{{scope.row.cityFrom + '-' + scope.row.cityTo}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="indate" label="申请时间" width="150" align="center"></el-table-column>
|
|
<el-table-column prop="indate" label="申请时间" width="150" align="center"></el-table-column>
|