Commit 899cadbe authored by jiaorz's avatar jiaorz

132

parent edb250b6
...@@ -59,65 +59,65 @@ ...@@ -59,65 +59,65 @@
type="index" type="index"
align="center" label="序号" width="117"> align="center" label="序号" width="117">
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="类型"> <el-table-column width="170" align="center" label="类型">
<template scope="scope"> <template scope="scope">
<span>{{getType(scope.row.type)}}</span> <span>{{getType(scope.row.type)}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="应交车"> <el-table-column width="130" align="center" label="应交车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.departureNum}}</span> <span>{{scope.row.departureNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="提前交车"> <el-table-column width="130" align="center" label="提前交车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.beforeDepartureNum}}</span> <span>{{scope.row.beforeDepartureNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="正常交车"> <el-table-column width="120" align="center" label="正常交车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.actualDepartureNum}}</span> <span>{{scope.row.actualDepartureNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="延后交车"> <el-table-column width="130" align="center" label="延后交车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.afterDepartureNum}}</span> <span>{{scope.row.afterDepartureNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="应收车"> <el-table-column width="130" align="center" label="应收车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.arrivalNum}}</span> <span>{{scope.row.arrivalNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="提前收车"> <el-table-column width="130" align="center" label="提前收车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.beforeArrivalNum}}</span> <span>{{scope.row.beforeArrivalNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="正常收车"> <el-table-column width="130" align="center" label="正常收车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.actualArrivalNum}}</span> <span>{{scope.row.actualArrivalNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="延后收车"> <el-table-column width="130" align="center" label="延后收车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.afterArrivalNum}}</span> <span>{{scope.row.afterArrivalNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="150" align="center" label="过期未出车"> <el-table-column width="130" align="center" label="过期未出车">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.noUseNum}}</span> <span>{{scope.row.noUseNum}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="200" align="center" label="日期"> <el-table-column width="220" align="center" label="日期">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.countDate}}</span> <span>{{scope.row.countDate}}</span>
</template> </template>
......
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