doway-coms 1.6.5 → 1.6.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
|
@@ -863,9 +863,11 @@ export default {
|
|
|
863
863
|
|
|
864
864
|
created() {
|
|
865
865
|
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
866
|
+
if(this.pager.sizeOptions) {
|
|
867
|
+
this.pager.sizeOptions = XEUtils.map(this.pager.sizeOptions, item => {
|
|
868
|
+
return Number(item)
|
|
869
|
+
})
|
|
870
|
+
}
|
|
869
871
|
|
|
870
872
|
//拖动后输入框有错位问题,暂时不启用
|
|
871
873
|
// this.initColumnDrop()
|