Browse Source

增加退款时间

gcz 1 year ago
parent
commit
f2b9715bad
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/finance/refundMr/index.vue

+ 5 - 0
src/views/finance/refundMr/index.vue

@@ -93,6 +93,11 @@
           <el-tag v-if="scope.row.status == 4" type="danger">退款失败</el-tag>
         </template>
       </el-table-column>
+      <el-table-column label="退款时间" align="center" prop="refundSuccessTime" width="160" >
+        <template slot-scope="scope">
+          <span>{{ parseTime(scope.row.refundSuccessTime) }}</span>
+        </template>
+      </el-table-column>
       <el-table-column label="操作人" align="center" prop="refundName" />
       <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
         <template slot-scope="scope">