doway-coms 1.1.59 → 1.1.60

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": "doway-coms",
3
- "version": "1.1.59",
3
+ "version": "1.1.60",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -382,6 +382,7 @@
382
382
  //xe-utils提供了一套实用的基础函数、任意格式的日期转换函数,浏览器相关操作函数等,详细使用百度
383
383
  import XEUtils from 'xe-utils'
384
384
  //VXETable插件
385
+ import VXETable from 'vxe-table'
385
386
  //ant的空状态展示占位图
386
387
  import { Empty,Row,Col,Space,Input,Select,DatePicker,Checkbox,InputNumber,TimePicker,Button } from 'ant-design-vue'
387
388
  import BasePagination from '../../BasePagination/index'