Commit 94910996 authored by hezhen's avatar hezhen

调整顺序

parent a7844bf8
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
<span>{{scope.row.numberPlate}}</span> <span>{{scope.row.numberPlate}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" align="center" label="用途"> <el-table-column width="250" align="center" label="出车时间">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.use}}</span> <span>{{scope.row.departureTime}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" align="center" label="使用人"> <el-table-column width="100" align="center" label="使用人">
...@@ -66,41 +66,55 @@ ...@@ -66,41 +66,55 @@
<span>{{scope.row.user}}</span> <span>{{scope.row.user}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="200" align="center" label="使用人电话"> <el-table-column width="250" align="center" label="出车地点">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.userTel}}</span> <span>{{scope.row.departureName}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" align="center" label="验车人"> <el-table-column width="250" align="center" label="还车时间">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.checkMan}}</span> <span>{{scope.row.arrivalTime}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="200" align="center" label="验车人电话"> <el-table-column width="250" align="center" label="还车地点">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.checkManTel}}</span> <span>{{scope.row.arrivalName}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="250" align="center" label="出车时间"> <el-table-column width="150" align="center" label="本次出行天数">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.departureTime}}</span> <span>{{scope.row.departureDay}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="250" align="center" label="还车时间"> <el-table-column width="130" align="center" label="本次出行公里">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.arrivalTime}}</span> <span>{{scope.row.mileage}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="本次出行天数"> <el-table-column width="100" align="center" label="验车人">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.departureDay}}</span> <span>{{scope.row.checkMan}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" align="center" label="本次出行公里"> <el-table-column width="100" align="center" label="用途">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.mileage}}</span> <span>{{scope.row.use}}</span>
</template>
</el-table-column>
<el-table-column width="200" align="center" label="使用人电话">
<template scope="scope">
<span>{{scope.row.userTel}}</span>
</template>
</el-table-column>
<el-table-column width="200" align="center" label="验车人电话">
<template scope="scope">
<span>{{scope.row.checkManTel}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" align="center" label="开始公里数"> <el-table-column width="100" align="center" label="开始公里数">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.mileageStart}}</span> <span>{{scope.row.mileageStart}}</span>
......
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