doway-coms 1.6.9 → 1.6.10

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.9",
3
+ "version": "1.6.10",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -430,6 +430,9 @@ export default {
430
430
  if (this.columns[i].isCheckbox === true) {
431
431
  this.columns[i]["type"] = "checkbox";
432
432
  }
433
+ if(!this.columns[i].controlType) {
434
+ this.columns[i].controlType = 'text'
435
+ }
433
436
  // 设置字段的过滤插槽
434
437
  if(this.columns[i].filter) {
435
438
  this.columns[i]["filterMultiple"] = false;