doway-coms 2.11.43 → 2.11.44

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.11.43",
3
+ "version": "2.11.44",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2285,6 +2285,8 @@ export default {
2285
2285
  originCol.disabledDateValue == undefined ? 0: originCol.disabledDateValue
2286
2286
  }
2287
2287
  colParams['disableUserVisible'] = originCol.disableUserVisible === true
2288
+ colParams['disablePrevYearBtn'] = originCol.disablePrevYearBtn === true
2289
+ colParams['disableNextYearBtn'] = originCol.disableNextYearBtn === true
2288
2290
  colInfo['params'] = colParams
2289
2291
  colInfo['params']['sysOriValue'] = {}
2290
2292