Commit 98441e77 by 姜雷

添加userDialog接受属性是否显示服务

parent c0f64b97
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
> >
<user-with-content <user-with-content
:customerId="customerId" :customerId="customerId"
:visible='visible' :visible="visible"
:showMoney="showMoney"
ref="userContent" ref="userContent"
> >
<button <button
...@@ -59,6 +60,10 @@ export default { ...@@ -59,6 +60,10 @@ export default {
extends: Dialog, extends: Dialog,
props: { props: {
customerId: Number, customerId: Number,
showMoney: {
type: Boolean,
default: false,
},
}, },
// mounted() { // mounted() {
// let dialogWidth = 0; // let dialogWidth = 0;
......
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