Commit 5f26803c by 姜雷

修改用户弹出层接受数据

parent 7f79669f
...@@ -73,6 +73,10 @@ export default { ...@@ -73,6 +73,10 @@ export default {
type: Boolean, type: Boolean,
default: false, default: false,
}, },
showMoney: {
type: Boolean,
default: false,
},
}, },
data() { data() {
return { return {
...@@ -123,6 +127,7 @@ export default { ...@@ -123,6 +127,7 @@ export default {
{...updateVisible} {...updateVisible}
customerId={this.customerId} customerId={this.customerId}
visible={this.visible} visible={this.visible}
showMoney={this.showMoney}
title={this.title} title={this.title}
fullscreen={this.fullscreen} fullscreen={this.fullscreen}
top={this.top} top={this.top}
...@@ -146,6 +151,7 @@ export default { ...@@ -146,6 +151,7 @@ export default {
{...updateVisible} {...updateVisible}
customerId={this.customerId} customerId={this.customerId}
visible={this.visible} visible={this.visible}
showMoney={this.showMoney}
title={this.title} title={this.title}
fullscreen={this.fullscreen} fullscreen={this.fullscreen}
top={this.top} top={this.top}
......
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