doway-coms 1.4.94 → 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.94",
3
+ "version": "1.4.95",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -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,