doway-coms 2.10.62 → 2.10.63

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": "2.10.62",
3
+ "version": "2.10.63",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -3127,7 +3127,7 @@ export default {
3127
3127
  if(this.$store.getters.baseSetting?.gridHeaderCellStyle){
3128
3128
  customStyle = JSON.parse(this.$store.getters.baseSetting.gridHeaderCellStyle)
3129
3129
  }
3130
- console.debug('customStyle',customStyle)
3130
+ // console.debug('customStyle',customStyle)
3131
3131
  if(this.headerCellStyle){
3132
3132
  customStyle = this.headerCellStyle
3133
3133
  }