kz-ui-base 1.0.85 → 1.0.87
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.
|
@@ -278,30 +278,41 @@
|
|
|
278
278
|
margin-bottom: 10px;
|
|
279
279
|
"
|
|
280
280
|
>
|
|
281
|
-
<
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
281
|
+
<div style="float: right; ">
|
|
282
|
+
<el-button
|
|
283
|
+
type="primary"
|
|
284
|
+
icon="el-icon-search"
|
|
285
|
+
size="mini"
|
|
286
|
+
@click="handleQuery"
|
|
287
|
+
>搜索</el-button
|
|
288
|
+
>
|
|
289
|
+
<el-button
|
|
290
|
+
icon="el-icon-refresh"
|
|
291
|
+
size="mini"
|
|
292
|
+
@click="resetQuery"
|
|
293
|
+
>重置</el-button
|
|
294
|
+
>
|
|
295
|
+
<AdvancedQueryClose
|
|
296
|
+
style="
|
|
297
|
+
margin-left: 10px;
|
|
298
|
+
margin-right: 20px;
|
|
299
|
+
display: inline-block;
|
|
300
|
+
float: none;
|
|
301
|
+
"
|
|
302
|
+
v-if="showToolBar"
|
|
303
|
+
:showSearch.sync="isShowSearch"
|
|
304
|
+
:sortVisible="false"
|
|
305
|
+
@queryTable="getList"
|
|
306
|
+
:columns="listColumns"
|
|
307
|
+
/>
|
|
308
|
+
</div>
|
|
301
309
|
</el-form-item>
|
|
302
310
|
</el-form>
|
|
303
311
|
</div>
|
|
304
|
-
<div
|
|
312
|
+
<div
|
|
313
|
+
style="margin-bottom: 0; height: 50px; padding-left: 20px"
|
|
314
|
+
v-if="statistics.length > 0"
|
|
315
|
+
>
|
|
305
316
|
<el-row>
|
|
306
317
|
<el-col
|
|
307
318
|
v-for="(item, index) in statistics"
|