0.1.0 • Published 2 years ago

x-components-vue3 v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

x-components-vue3

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

组件

  • proTable 表格
    • 支持功能
      • //自定义列(local storage 存取记录)
      • //数据下钻
      • //导出(统一处理、自定义导出方法)
      • //排序(指定排序key,注入正序 倒序的值)
      • //固定列(固定列的scroll宽度处理)
      • ??数据汇总(汇总:当前页汇总;总数据汇总)
      • //查询项的设置(枚举、校验、联动??-> 注入联动方法,暴露form可操作项)
      • scroll的自适应,最小列宽 或 columns定宽
      • //回置方法
      • //查询的回置处理