+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formatAmount(scope.row.amount) }}
+
+
+
+
+
+
+ {{ scope.row.payStatus === 1 ? '已支付' : '未支付' }}
+
+
+
+
+
+
+
+ {{ scope.row.refundStatus === 1 ? '已售后' : '未售后' }}
+
+
+
+
+
+
+ {{ formatTime(scope.row.createTime) }}
+
+
+
+
+
+ 查看
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+ {{ currentRow.orderSn }}
+ {{ currentRow.mallName }}
+ {{ currentRow.serviceName }}
+ {{ currentRow.skuSpec }}
+ {{ formatAmount(currentRow.amount) }}
+
+
+ {{ currentRow.payStatus === 1 ? '已支付' : '未支付' }}
+
+
+ {{ formatTime(currentRow.createTime) }}
+ {{ formatTime(currentRow.payTime) }}
+
+
+
+
+
+
+
+