|
|
@@ -179,12 +179,12 @@
|
|
|
<span>{{ parseTime(scope.row.payTime, '{y}-{m}-{d}') }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="完成时间" align="center" prop="finishTime" width="180">
|
|
|
+ <el-table-column label="完成时间" align="center" prop="finishTime" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.finishTime, '{y}-{m}-{d}') }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="发货时间" align="center" prop="deliverySendTime" width="180">
|
|
|
+ <el-table-column label="发货时间" align="center" prop="deliverySendTime" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.deliverySendTime, '{y}-{m}-{d}') }}</span>
|
|
|
</template>
|