Commit 78c9f0f0 by 姜雷

Merge branch 'develop' into 'test'

Develop See merge request !118
parents f0a2f315 e40bf74a
...@@ -132,6 +132,7 @@ export default { ...@@ -132,6 +132,7 @@ export default {
customerId={this.customerId} customerId={this.customerId}
visible={this.visible} visible={this.visible}
showMoney={this.showMoney} showMoney={this.showMoney}
showCellphone={this.showCellphone}
title={this.title} title={this.title}
fullscreen={this.fullscreen} fullscreen={this.fullscreen}
top={this.top} top={this.top}
...@@ -156,6 +157,7 @@ export default { ...@@ -156,6 +157,7 @@ export default {
customerId={this.customerId} customerId={this.customerId}
visible={this.visible} visible={this.visible}
showMoney={this.showMoney} showMoney={this.showMoney}
showCellphone={this.showCellphone}
title={this.title} title={this.title}
fullscreen={this.fullscreen} fullscreen={this.fullscreen}
top={this.top} top={this.top}
......
...@@ -46,6 +46,10 @@ export default { ...@@ -46,6 +46,10 @@ export default {
type: Boolean, type: Boolean,
default: false, default: false,
}, },
showCellphone: {
type: Boolean,
default: false,
},
}, },
methods: { methods: {
refreshBeanData() { refreshBeanData() {
......
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