cloud-web-corejs 1.0.54-dev.409 → 1.0.54-dev.410

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.409",
4
+ "version": "1.0.54-dev.410",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -23,8 +23,8 @@
23
23
  <div style="height: 468px; padding-top: 10px; overflow: auto">
24
24
  <el-form-item :label="$t1('搜索类型')">
25
25
  <el-radio-group v-model="fileType">
26
- <el-radio :label="1">{{ $t1("文件") }}</el-radio>
27
26
  <el-radio :label="2">{{ $t1("文件夹") }}</el-radio>
27
+ <el-radio :label="1">{{ $t1("文件") }}</el-radio>
28
28
  </el-radio-group>
29
29
  </el-form-item>
30
30
  <el-form-item label="文件名">
@@ -349,7 +349,7 @@ export default {
349
349
  placement="top"
350
350
  popper-class="tooltip-skin"
351
351
  >
352
- <i class="el-icon-view" />
352
+ <i class="el-icon-folder-opened" />
353
353
  </el-tooltip>
354
354
  </a>
355
355
  </div>,
@@ -216,7 +216,7 @@
216
216
  class="button-sty"
217
217
  @click="showFilterDialog = true"
218
218
  >
219
- {{ $t1("高级筛选") }}
219
+ {{ $t1("搜索") }}
220
220
  </el-button>
221
221
 
222
222
  <template v-for="(fileButton, customToobarButtonIndex) in customToobarButtons">