cloud-web-corejs 1.0.54-dev.476 → 1.0.54-dev.477

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.476",
4
+ "version": "1.0.54-dev.477",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -69,7 +69,7 @@
69
69
  <div
70
70
  class="el-icon-close"
71
71
  @click="deleteFile(index)"
72
- v-if="!field.options.disabled"
72
+ v-if="!field.options.disabled && !field.options.hideRemoveButton"
73
73
  >
74
74
  <i
75
75
  class="el-tooltip iconfont iconshanchu"
@@ -37,6 +37,9 @@
37
37
  <i class="el-icon-edit"></i>
38
38
  </a>
39
39
  </el-form-item>
40
+ <el-form-item :label="i18nt('隐藏删除按钮')">
41
+ <el-switch v-model="optionModel.hideRemoveButton"></el-switch>
42
+ </el-form-item>
40
43
  </div>
41
44
  </template>
42
45
 
@@ -3810,6 +3810,7 @@ export const businessFields = [
3810
3810
  labelWidth: null,
3811
3811
  labelHidden: !0,
3812
3812
  limit: null,
3813
+ hideRemoveButton: false,
3813
3814
  accessType: "1",
3814
3815
  entityTableCode: null,
3815
3816
  entityTableDesc: null,