meixioacomponent 2.0.70 → 2.0.71
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
|
@@ -17,7 +17,18 @@
|
|
|
17
17
|
<slot name="prefix"></slot>
|
|
18
18
|
</template>
|
|
19
19
|
<div slot="headerExtend" class="header-extend">
|
|
20
|
-
|
|
20
|
+
|
|
21
|
+
<t-space>
|
|
22
|
+
<t-button
|
|
23
|
+
:loading="loading"
|
|
24
|
+
@click="refreshData(true)"
|
|
25
|
+
size="medium" theme="primary">
|
|
26
|
+
<template #icon>
|
|
27
|
+
<t-icon name="search"></t-icon>
|
|
28
|
+
</template>
|
|
29
|
+
搜索</t-button>
|
|
30
|
+
<slot name="headerExtend"></slot>
|
|
31
|
+
</t-space>
|
|
21
32
|
</div>
|
|
22
33
|
<template slot="suffix">
|
|
23
34
|
<slot name="suffix"></slot>
|
|
@@ -289,6 +300,8 @@ export default {
|
|
|
289
300
|
descending: false,
|
|
290
301
|
},
|
|
291
302
|
|
|
303
|
+
|
|
304
|
+
|
|
292
305
|
};
|
|
293
306
|
},
|
|
294
307
|
created() {
|