订单管理
This commit is contained in:
@@ -148,12 +148,12 @@
|
|||||||
colConfigs: [
|
colConfigs: [
|
||||||
{ prop: 'goodsSerialNumber', label: '商品ID', align: 'left' },
|
{ prop: 'goodsSerialNumber', label: '商品ID', align: 'left' },
|
||||||
{ slot: 'goods', align: 'center' },
|
{ slot: 'goods', align: 'center' },
|
||||||
{ prop: 'agentOrder', label: '是否代兑换', align: 'center', format: v => this.dict.getLabel('yesOrNo', v) },
|
|
||||||
{ prop: 'goodsType', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) },
|
{ prop: 'goodsType', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) },
|
||||||
{ prop: 'quantity', label: '数量', align: 'center', format: v => `${v}` },
|
{ prop: 'quantity', label: '数量', align: 'center', format: v => `${v}` },
|
||||||
{ prop: 'usedIntegral', label: '消耗积分', align: 'center' },
|
{ prop: 'usedIntegral', label: '消耗积分', align: 'center' },
|
||||||
{ prop: 'payMoney', label: '兑换后再付', align: 'center' },
|
{ prop: 'payMoney', label: '兑换后再付', align: 'center' },
|
||||||
{ prop: 'integralUserName', label: '兑换人', align: 'center' },
|
{ prop: 'integralUserName', label: '兑换人', align: 'center' },
|
||||||
|
{ prop: 'agentOrder', label: '是否代兑换', align: 'center', format: v => this.dict.getLabel('yesOrNo', v) },
|
||||||
{ prop: 'createTime', width: 150, label: '创建时间', align: 'center' },
|
{ prop: 'createTime', width: 150, label: '创建时间', align: 'center' },
|
||||||
{ prop: 'status', label: '状态', align: 'center', format: v => this.dict.getLabel('integralSGOStatus', v) }
|
{ prop: 'status', label: '状态', align: 'center', format: v => this.dict.getLabel('integralSGOStatus', v) }
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -147,12 +147,12 @@
|
|||||||
colConfigs: [
|
colConfigs: [
|
||||||
{ prop: 'goodsSerialNumber', label: '商品ID', align: 'left' },
|
{ prop: 'goodsSerialNumber', label: '商品ID', align: 'left' },
|
||||||
{ slot: 'goods', align: 'center' },
|
{ slot: 'goods', align: 'center' },
|
||||||
{ prop: 'agentOrder', label: '是否代兑换', align: 'center', format: v => this.dict.getLabel('yesOrNo', v) },
|
|
||||||
{ prop: 'goodsType', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) },
|
{ prop: 'goodsType', label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) },
|
||||||
{ prop: 'quantity', label: '数量', align: 'center', format: v => `${v}` },
|
{ prop: 'quantity', label: '数量', align: 'center', format: v => `${v}` },
|
||||||
{ prop: 'usedIntegral', label: '消耗积分', align: 'center' },
|
{ prop: 'usedIntegral', label: '消耗积分', align: 'center' },
|
||||||
{ prop: 'payMoney', label: '兑换后再付', align: 'center' },
|
{ prop: 'payMoney', label: '兑换后再付', align: 'center' },
|
||||||
{ prop: 'integralUserName', label: '兑换人', align: 'center' },
|
{ prop: 'integralUserName', label: '兑换人', align: 'center' },
|
||||||
|
{ prop: 'agentOrder', label: '是否代兑换', align: 'center', format: v => this.dict.getLabel('yesOrNo', v) },
|
||||||
{ prop: 'createTime', width: 150, label: '创建时间', align: 'center' },
|
{ prop: 'createTime', width: 150, label: '创建时间', align: 'center' },
|
||||||
{ prop: 'status', label: '状态', align: 'center', format: v => this.dict.getLabel('integralSGOStatus', v) }
|
{ prop: 'status', label: '状态', align: 'center', format: v => this.dict.getLabel('integralSGOStatus', v) }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user