cloud-web-corejs 1.0.54-dev.720 → 1.0.54-dev.721

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.720",
4
+ "version": "1.0.54-dev.721",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -96,6 +96,7 @@ let chartContainers = [],
96
96
  wfTheme: null,
97
97
  otherTabEnabled: false,
98
98
  otherTabList: [],
99
+ hideNormalTab: false,
99
100
  customListTabLabel: null,
100
101
  globalConfig: null,
101
102
  // 表单级动态字段规则
@@ -1004,6 +1004,7 @@ export function getDefaultFormConfig() {
1004
1004
  wfTheme: null,
1005
1005
  otherTabEnabled: false,
1006
1006
  otherTabList: [],
1007
+ hideNormalTab: false,
1007
1008
  customListTabLabel: null,
1008
1009
  globalConfig: null,
1009
1010
  // 表单级动态字段规则:按本地规则/后台脚本动态控制整个表单内任意字段/容器的显隐/必填/只读/禁用/取值