Explorar el Código

增加退款时间

gcz hace 1 año
padre
commit
f2b9715bad
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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">