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
- <el-button
282
- type="primary"
283
- icon="el-icon-search"
284
- size="mini"
285
- @click="handleQuery"
286
- >搜索</el-button
287
- >
288
- <AdvancedQueryClose
289
- style="
290
- margin-left: 10px;
291
- margin-right: 20px;
292
- display: inline-block;
293
- float: none;
294
- "
295
- v-if="showToolBar"
296
- :showSearch.sync="isShowSearch"
297
- :sortVisible="false"
298
- @queryTable="getList"
299
- :columns="listColumns"
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 style="margin-bottom: 0; height: 50px; padding-left: 20px" v-if="statistics.length>0">
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {