t20-common-lib 0.14.4 → 0.14.6

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": "t20-common-lib",
3
- "version": "0.14.4",
3
+ "version": "0.14.6",
4
4
  "description": "T20",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -10,6 +10,7 @@
10
10
  :close-on-press-escape="false"
11
11
  @close="handleClose"
12
12
  >
13
+ <slot name="top" :validateResult="validateResult"></slot>
13
14
  <div style="min-height: 28px">
14
15
  <template v-if="!hidePercent">
15
16
  <p v-if="!percentType">系统处理中,请稍等......</p>
@@ -30,7 +31,6 @@
30
31
  </div>
31
32
  </div>
32
33
  </template>
33
- <slot name="top" :validateResult="validateResult"></slot>
34
34
  <template v-if="validateResult">
35
35
  <div class="m-b">
36
36
  <span class="m-r">导入统计</span>
@@ -22,8 +22,8 @@
22
22
  :validate-confirm="validateConfirm"
23
23
  @importError="importError"
24
24
  >
25
- <template #error>
26
- <slot name="error"></slot>
25
+ <template #top>
26
+ <slot name="top"></slot>
27
27
  </template>
28
28
  </uploadMsg>
29
29
  </div>