vue2-client 1.15.8 → 1.15.9

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.15.8",
3
+ "version": "1.15.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -10,10 +10,11 @@
10
10
  填写历史
11
11
  </p>
12
12
  <a-descriptions-item
13
- v-for="(value, key) in formCompletedDataPreview.data.filter(item => !['附件上传', '__expressionRs'].includes(item.key))"
13
+ v-for="(value, key) in formCompletedDataPreview.data"
14
14
  :key="key"
15
+ v-show="key !== '附件上传' && key !== '__expressionRs'"
15
16
  >
16
- <span slot="label" style="color: #000">{{ item.key }}</span>
17
+ <span slot="label" style="color: #000">{{ key }}</span>
17
18
  <div style="white-space: pre-wrap">{{ value }}</div>
18
19
  </a-descriptions-item>
19
20
  </a-descriptions>