Commit 710edf13 by 姜雷

Merge branch 'develop' into 'test'

Develop See merge request !32
parents a691b653 7f79669f
......@@ -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;
......
......@@ -259,7 +259,7 @@ export default {
},
},
start: this.data.length - 4,
end: this.data.length - -1,
end: this.data.length - 1,
minSpan: 4,
maxSpan: 4,
data: this.dataList,
......
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