|
|
@@ -236,6 +236,18 @@ export default {
|
|
|
align: 'center',
|
|
|
width: 80
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'addTime',
|
|
|
+ label: '申请日期',
|
|
|
+ align: 'center',
|
|
|
+ width: 100
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'passTime',
|
|
|
+ label: '通过日期',
|
|
|
+ align: 'center',
|
|
|
+ width: 100
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'orderSn',
|
|
|
label: '退款单号',
|
|
|
@@ -266,6 +278,12 @@ export default {
|
|
|
align: 'center',
|
|
|
width: 110
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'status',
|
|
|
+ label: '状态',
|
|
|
+ align: 'center',
|
|
|
+ width: 100
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'refundType',
|
|
|
label: '售后类型',
|
|
|
@@ -290,12 +308,6 @@ export default {
|
|
|
align: 'center',
|
|
|
width: 100
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'rejectReason',
|
|
|
- label: '驳回原因',
|
|
|
- align: 'center',
|
|
|
- width: 90
|
|
|
- },
|
|
|
{
|
|
|
prop: 'remark',
|
|
|
label: '备注',
|
|
|
@@ -303,22 +315,10 @@ export default {
|
|
|
width: 100
|
|
|
},
|
|
|
{
|
|
|
- prop: 'status',
|
|
|
- label: '状态',
|
|
|
- align: 'center',
|
|
|
- width: 100
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'addTime',
|
|
|
- label: '申请日期',
|
|
|
- align: 'center',
|
|
|
- width: 100
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'passTime',
|
|
|
- label: '通过日期',
|
|
|
+ prop: 'rejectReason',
|
|
|
+ label: '驳回原因',
|
|
|
align: 'center',
|
|
|
- width: 100
|
|
|
+ width: 90
|
|
|
}
|
|
|
],
|
|
|
op: {
|