doway-coms 1.6.10 → 1.6.12

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.6.10",
3
+ "version": "1.6.12",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -982,6 +982,9 @@ export default {
982
982
  operator: 'or',
983
983
  expressions: []
984
984
  }
985
+ if(!col.controlType) {
986
+ col.controlType = 'text'
987
+ }
985
988
  switch (col.controlType) {
986
989
  case 'select':
987
990
  if(item.filters && item.filters[0].checked) {