cloud-web-corejs 1.0.54-dev.292 → 1.0.54-dev.294

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.292",
4
+ "version": "1.0.54-dev.294",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -12,8 +12,8 @@
12
12
  :sub-form-row-id="subFormRowId"
13
13
  >
14
14
  <span class="button-sty" v-if="designState">
15
- <el-button type="success" class="btn-connect" icon="iconfont icon-zancun" @click="openSubmitDialog" plain >暂存</el-button>
16
- <el-button class="btn-connect" @click="openTempStorageDialog" icon="iconfont icon-chakanshuju" type="success"></el-button>
15
+ <el-button type="success" class="btn-connect" icon="iconfont icon-zancun" plain >暂存</el-button>
16
+ <el-button class="btn-connect" icon="iconfont icon-chakanshuju" type="success"></el-button>
17
17
  </span>
18
18
  <temp-storage-button
19
19
  v-else
@@ -3626,9 +3626,7 @@ export const businessFields = [
3626
3626
  onCreated: "",
3627
3627
  onMounted: "",
3628
3628
 
3629
- showRuleFlag: 1,
3630
- showRuleEnabled: 1,
3631
- showRules: [],
3629
+ ...defaultWidgetShowRuleConfig,
3632
3630
  },
3633
3631
  },
3634
3632
  ];