Commit 62187a9c by 陈超

A

parent a8fb0424
......@@ -26,7 +26,7 @@ export const tableOption = {
"label": "进出账",
"prop": "systemEffect",
"formatter": (row, value, label) => {
return row.systemEffect == 1 ? "出账" : "进账"
return row.systemEffect == 1 ? "进账" : "出账"
}
},
{
......
......@@ -3,7 +3,7 @@
<el-dialog
title="提现"
:visible.sync="show"
width="25%"
width="30%"
:close-on-click-modal="false"
:before-close="handleClose"
append-to-body>
......@@ -180,7 +180,7 @@
return 0
},
topText() {
return '可提现金额为:' + this.balance + '元'
return '可提现金额为:' + this.valid + '元'
},
bottomText() {
let rate = Math.round(this.rate * 100) / 100 * 100
......
......@@ -3,7 +3,7 @@
<el-dialog
title="绑定银行卡"
:visible.sync="show"
width="25%"
width="30%"
:close-on-click-modal="false"
:before-close="handleClose"
append-to-body>
......
......@@ -103,7 +103,7 @@
...p,
startTime: range[0],
endTime: range[1],
type: params.type
way: params.type
}
}
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