Commit 78c9f0f0 by 姜雷

Merge branch 'develop' into 'test'

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