cloud-web-corejs 1.0.54-dev.412 → 1.0.54-dev.413

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.412",
4
+ "version": "1.0.54-dev.413",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -136,18 +136,7 @@
136
136
  </el-button>
137
137
  </div>
138
138
 
139
- <div
140
- class="annex-screen"
141
- v-if="
142
- fileObjAuth.uploadAuth ||
143
- fileObjAuth.downloadAuth ||
144
- fileObjAuth.deleteAuth ||
145
- fileObjAuth.moveAuth ||
146
- fileObjAuth.copyAuth ||
147
- fileObjAuth.replaceAuth ||
148
- fileObjAuth.deleteDirAuth
149
- "
150
- >
139
+ <div class="annex-screen">
151
140
  <el-button
152
141
  type="warning"
153
142
  class="button-sty"