@@ -539,7 +520,16 @@
-
+
+
+
+
+
+
@@ -581,7 +571,7 @@
- {{scope.row.type == 10?'保证金':scope.row.type == 30?'上架费':'技术服务费'}}
+ {{scope.row.type == 10?'保证金':scope.row.type == 30?'技术服务费':'上架费'}}
@@ -715,7 +705,8 @@ export default {
goPay: false,
tableFrom: {
page: 1,
- limit: 20
+ limit: 20,
+ category:''
},
tableData: {
total: 0,
@@ -1055,8 +1046,9 @@ export default {
})
},
// 查看保证金记录
- viewRecords() {
- this.tableFrom.page = 1
+ viewRecords(category) {
+ this.tableFrom.page = 1,
+ this.tableFrom.category = category
this.modalRecord = true
this.getRecordList()
},
@@ -1089,11 +1081,11 @@ export default {
},
pageOffChange(page) {
this.tableFrom.page = page
- this.getRecordList()
+ this.getOffRecordList()
},
handleOffSizeChange(val) {
this.tableFrom.limit = val
- this.getRecordList()
+ this.getOffRecordList()
},
// 申请退回保证金
applyReturn() {