doway-coms 1.5.6 → 1.5.8

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.5.6",
3
+ "version": "1.5.8",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1750,6 +1750,7 @@ export default {
1750
1750
  if (
1751
1751
  loopCol.visible === true ||
1752
1752
  loopCol.params.disableUserVisible === true
1753
+ || loopCol.params.sysVisible === false
1753
1754
  ) {
1754
1755
  tempStr = tempStr + loopCol.field + ",";
1755
1756
  }