|
@@ -125,11 +125,12 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="充值渠道" align="left" prop="channelName" show-overflow-tooltip />
|
|
|
- <el-table-column label="创建时间" align="left" prop="createTime" show-overflow-tooltip width="180">
|
|
|
+ <el-table-column label="订单生成" align="left" prop="createTime" show-overflow-tooltip width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.createTime) }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="最后变更" align="left" prop="updateTime" show-overflow-tooltip width="180" />
|
|
|
<!-- <el-table-column label="操作" align="left" class-name="small-padding fixed-width" >
|
|
|
<template slot-scope="scope" >
|
|
|
<el-button v-if="scope.row.orderFlag ==3"
|