会员功能
This commit is contained in:
parent
10aad6136f
commit
2c44be717f
|
@ -261,8 +261,8 @@ export default {
|
|||
{key: 'waitAmount', visible: true, label: '待分金额', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'payedAmount', visible: true, label: '已分金额', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'refundAmount', visible: true, label: '退款金额', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'toBalance', visible: true, label: '变动余额', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'byHand', visible: true, label: '手动处理', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'toBalance', visible: false, label: '变动余额', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'byHand', visible: false, label: '手动处理', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'prePayTime', visible: true, label: '预计分成', minWidth: null, sortable: true, overflow: false, align: 'center', width: "100"},
|
||||
{key: 'payTime', visible: true, label: '实际分成', minWidth: null, sortable: true, overflow: false, align: 'center', width: "100"},
|
||||
{key: 'createTime', visible: true, label: '创建时间', minWidth: null, sortable: true, overflow: false, align: 'center', width: "100"},
|
||||
|
|
|
@ -66,6 +66,9 @@
|
|||
<el-descriptions-item label="下单时间">
|
||||
{{ detail.createTime | dv }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="支付时间">
|
||||
{{ detail.payTime | dv }}
|
||||
</el-descriptions-item>
|
||||
<!-- <el-descriptions-item label="过期时间">
|
||||
{{ detail.expireTime | dv }}
|
||||
</el-descriptions-item> -->
|
||||
|
|
|
@ -22,16 +22,9 @@
|
|||
<template v-show="detail.refundAmount">(退款{{detail.refundAmount | money | defaultValue}} 元)</template>
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="渠道成本">{{detail.channelCost | money | defaultValue}} 元</el-descriptions-item>
|
||||
<!-- <el-descriptions-item label="商户到账">-->
|
||||
<!-- {{detail.arrivalAmount | money | defaultValue}} 元-->
|
||||
<!-- <template v-show="detail.refundMchAmount">(退款{{detail.refundMchAmount | money | defaultValue}} 元)</template>-->
|
||||
<!-- </el-descriptions-item>-->
|
||||
<!-- <el-descriptions-item label="服务费">-->
|
||||
<!-- {{detail.serviceCharge | money | defaultValue}} 元-->
|
||||
<!-- <template v-show="detail.refundServiceAmount">(退款{{detail.refundServiceAmount | money | defaultValue}} 元)</template>-->
|
||||
<!-- </el-descriptions-item>-->
|
||||
<!-- <el-descriptions-item label="平台渠道成本">{{detail.channelCost | money | defaultValue}} 元</el-descriptions-item>-->
|
||||
<!-- <el-descriptions-item label="平台利润">{{detail.serviceCharge - detail.channelCost | money | defaultValue}} 元</el-descriptions-item>-->
|
||||
<el-descriptions-item label="优惠金额">{{detail.discountAmount | money | defaultValue}} 元</el-descriptions-item>
|
||||
<el-descriptions-item label="会员折扣">{{detail.vipDiscount | defaultValue}} 折</el-descriptions-item>
|
||||
<el-descriptions-item label="会员名称">{{detail.vipName | defaultValue}}</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</el-card>
|
||||
<el-card class="box-card">
|
||||
|
|
Loading…
Reference in New Issue
Block a user