Commit 98441e77 by 姜雷

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

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