doway-coms 2.10.5 → 2.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<VxeGrid
|
|
20
20
|
ref="baseGrid"
|
|
21
21
|
border
|
|
22
|
-
:scroll-y="
|
|
22
|
+
:scroll-y="scrollY"
|
|
23
23
|
keep-source
|
|
24
24
|
:loading="loading"
|
|
25
25
|
auto-resize
|
|
@@ -1171,6 +1171,14 @@ export default {
|
|
|
1171
1171
|
default:()=>{
|
|
1172
1172
|
return false
|
|
1173
1173
|
}
|
|
1174
|
+
},
|
|
1175
|
+
scrollY:{
|
|
1176
|
+
type:Object,
|
|
1177
|
+
default:()=>{
|
|
1178
|
+
return {
|
|
1179
|
+
enabled:true,gt:0
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1174
1182
|
}
|
|
1175
1183
|
},
|
|
1176
1184
|
beforeCreate() {
|