cloud-web-corejs 1.0.54-dev.175 → 1.0.54-dev.177

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.175",
4
+ "version": "1.0.54-dev.177",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -172,7 +172,7 @@
172
172
  "src/layout",
173
173
  "src/filters",
174
174
  "src/router",
175
- "permission.js",
175
+ "src/permission.js",
176
176
  "src/index.js",
177
177
  "src/App.vue"
178
178
  ],
@@ -2684,6 +2684,7 @@ export const advancedFields = [
2684
2684
  ...defaultSearchDialogConfig
2685
2685
  },
2686
2686
  ...defaultWfConfig,
2687
+ hiddenByWf:true,
2687
2688
 
2688
2689
  showRuleFlag: 1,
2689
2690
  showRuleEnabled: 1,