Commit 62187a9c by 陈超

A

parent a8fb0424
...@@ -26,7 +26,7 @@ export const tableOption = { ...@@ -26,7 +26,7 @@ export const tableOption = {
"label": "进出账", "label": "进出账",
"prop": "systemEffect", "prop": "systemEffect",
"formatter": (row, value, label) => { "formatter": (row, value, label) => {
return row.systemEffect == 1 ? "出账" : "进账" return row.systemEffect == 1 ? "进账" : "出账"
} }
}, },
{ {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<el-dialog <el-dialog
title="提现" title="提现"
:visible.sync="show" :visible.sync="show"
width="25%" width="30%"
:close-on-click-modal="false" :close-on-click-modal="false"
:before-close="handleClose" :before-close="handleClose"
append-to-body> append-to-body>
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
return 0 return 0
}, },
topText() { topText() {
return '可提现金额为:' + this.balance + '元' return '可提现金额为:' + this.valid + '元'
}, },
bottomText() { bottomText() {
let rate = Math.round(this.rate * 100) / 100 * 100 let rate = Math.round(this.rate * 100) / 100 * 100
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<el-dialog <el-dialog
title="绑定银行卡" title="绑定银行卡"
:visible.sync="show" :visible.sync="show"
width="25%" width="30%"
:close-on-click-modal="false" :close-on-click-modal="false"
:before-close="handleClose" :before-close="handleClose"
append-to-body> append-to-body>
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
...p, ...p,
startTime: range[0], startTime: range[0],
endTime: range[1], endTime: range[1],
type: params.type way: params.type
} }
} }
return p return p
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment