doway-coms 1.4.22 → 1.4.23

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.22",
3
+ "version": "1.4.23",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1227,6 +1227,11 @@ export default {
1227
1227
  visible: true,
1228
1228
  };
1229
1229
 
1230
+ if(XEUtils.has(originCol,'showOverflow')){
1231
+ colInfo['showOverflow'] = originCol.showOverflow
1232
+ }
1233
+
1234
+
1230
1235
  let customSlot = {
1231
1236
  default: "default",
1232
1237
  };