doway-coms 1.4.93 → 1.4.95

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.93",
3
+ "version": "1.4.95",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1651,7 +1651,7 @@ export default {
1651
1651
  width: loopCol.width,
1652
1652
  extraInfo:{}
1653
1653
  };
1654
- if (loopCol.filters.length && loopCol.filters[0].data.bindingValues.length) {
1654
+ if (loopCol.filters && loopCol.filters[0].data.bindingValues.length) {
1655
1655
  loopCol.filters[0].checked = true;
1656
1656
  tempData.extraInfo.filterExpression = loopCol.filters
1657
1657
  }
@@ -109,7 +109,7 @@ export default new Vuex.Store({
109
109
  tempFields.push({
110
110
  field: controlType.operation,
111
111
  title: '操作',
112
- width: 100,
112
+ width: operationFields[0].width || 100,
113
113
  fixed: 'right',
114
114
  showOverflow: true,
115
115
  controlType: controlType.operation,