Browse Source

变更时间

wangtao 2 years ago
parent
commit
41a8598204
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/recharge/detailed/index.vue

+ 2 - 1
src/views/recharge/detailed/index.vue

@@ -125,11 +125,12 @@
         </template>
         </template>
       </el-table-column>
       </el-table-column>
       <el-table-column label="充值渠道" align="left" prop="channelName"  show-overflow-tooltip />
       <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">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.createTime) }}</span>
           <span>{{ parseTime(scope.row.createTime) }}</span>
         </template>
         </template>
       </el-table-column>
       </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" >
       <!-- <el-table-column label="操作" align="left" class-name="small-padding fixed-width" >
         <template slot-scope="scope" >
         <template slot-scope="scope" >
           <el-button v-if="scope.row.orderFlag ==3"
           <el-button v-if="scope.row.orderFlag ==3"