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