1.0.0 • Published 5 months ago

kpmg-smart-table v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

KPMG Smart Table

一个基于 Vue.js 和 Element UI 的智能表格组件库,包含表格、分页和查询功能。

依赖

  • Vue.js 2.6+
  • Element UI 2.15+

安装

npm install kpmg-smart-table

使用方法

import Vue from 'vue'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import SmartTable from 'kpmg-smart-table'

Vue.use(ElementUI)
Vue.use(SmartTable)

组件

SmartTable

基于 Element UI Table 组件封装的智能表格组件,支持自定义列、排序、筛选等功能。

SmartPagination

基于 Element UI Pagination 组件封装的分页组件,支持自定义页码、每页条数等。

SmartQuery

基于 Element UI Form 组件封装的查询组件,支持自定义查询条件。

License

MIT

1.0.0

5 months ago