|
|
@@ -232,7 +232,7 @@ export default {
|
|
|
}
|
|
|
if(this.$route.query.status){
|
|
|
this.status = this.$route.query.status
|
|
|
- this.tabIndex = this.status
|
|
|
+ this.tabIndex = this.status.toString()
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -279,7 +279,7 @@ export default {
|
|
|
prop: 'refundPrice',
|
|
|
label: '金额',
|
|
|
align: 'center',
|
|
|
- width: 110
|
|
|
+ width: 90
|
|
|
},
|
|
|
{
|
|
|
prop: 'status',
|