cloud-web-corejs 1.0.54-dev.73 → 1.0.54-dev.76

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.73",
4
+ "version": "1.0.54-dev.76",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -48,7 +48,7 @@
48
48
  "vue-ls": "^4.2.0",
49
49
  "vue-router": "3.0.2",
50
50
  "vuex": "3.1.0",
51
- "vxe-table": "^3.7.6",
51
+ "vxe-table": "^3.6.17",
52
52
  "xlsx": "0.14.1",
53
53
  "zxing": "^0.1.2"
54
54
  },
@@ -57,7 +57,7 @@
57
57
  </table>
58
58
  </template>
59
59
  </baseTabPane>
60
- <!-- <baseTabPane :label="$t2('文件属性', 'components.VabUpload.fileAttribute')">
60
+ <baseTabPane :label="$t2('文件属性', 'components.VabUpload.fileAttribute')">
61
61
  <template #button>
62
62
  <el-button class="button-sty" @click="addItem" icon="el-icon-plus" v-if="$attrs.edit!==false">
63
63
  {{ $t2('新增文件属性', 'components.VabUpload.addFileAttribute') }}
@@ -93,7 +93,7 @@
93
93
  </template>
94
94
  </vxe-grid>
95
95
  </template>
96
- </baseTabPane>-->
96
+ </baseTabPane>
97
97
  </baseTabs>
98
98
  </el-form>
99
99
  </div>
@@ -522,7 +522,7 @@
522
522
  :formData.sync="advancedFormData" @confirm="searchEvent">
523
523
  <template #form>
524
524
  <vxe-form :model="advancedFormData" title-width="102px" :inline="true" class="adSearchForm">
525
- <vxe-form-item title="属性名称:">
525
+ <!-- <vxe-form-item title="属性名称:">
526
526
  <template v-slot>
527
527
  <el-input v-model="advancedFormData.attributeName" clearable/>
528
528
  </template>
@@ -531,7 +531,7 @@
531
531
  <template v-slot>
532
532
  <el-input v-model="advancedFormData.attributeValue" clearable/>
533
533
  </template>
534
- </vxe-form-item>
534
+ </vxe-form-item>-->
535
535
  <!-- <vxe-form-item title="状态:">
536
536
  <template v-slot>
537
537
  <el-select v-model="advancedFormData.status" clearable>
@@ -88,7 +88,7 @@
88
88
  </table>
89
89
  </template>
90
90
  </baseTabPane>
91
- <baseTabPane :label="$t2('文件属性','components.fileLibrary.fileAttribute')" v-if="option.showFileAttribute">
91
+ <baseTabPane :label="$t2('文件属性','components.fileLibrary.fileAttribute')">
92
92
  <template #button>
93
93
  <el-button class="button-sty" @click="addItem" icon="el-icon-plus"
94
94
  v-if="isEdit && attachmentDTO.status!=1">
@@ -20,6 +20,7 @@ export default {
20
20
  };
21
21
  },
22
22
  mounted() {
23
+ debugger
23
24
  let url = this.$route.query.url;
24
25
  let route = this.$route.query.route;
25
26
  if (route) {
@@ -40,7 +41,7 @@ export default {
40
41
  });
41
42
  } else if (url.indexOf('token=true') >= 0) {
42
43
  let token = getToken();
43
- this.url = url.replace('token=true', 'token=' + token)
44
+ this.url = url.replace('token=true', ('token=' + token))
44
45
  this.type = 1;
45
46
  } else {
46
47
  this.url = url;