feat: 优化 PureTableBar 组件,列展示添加拖拽功能 (#545)

* feat: add 表格工具列拖拽

* fix: 修复拖拽

* fix: 修复警告

* fix: 修复点击checkbox表格数据隐藏

* chore: update

---------

Co-authored-by: RealityBoy <1923740402@qq.com>
This commit is contained in:
许诺
2023-05-11 19:58:49 +08:00
committed by GitHub
parent a71bf0befb
commit 43ddf7aba8
4 changed files with 90 additions and 29 deletions

View File

@@ -24,7 +24,8 @@ export function useUser() {
{
label: "序号",
type: "index",
width: 70
width: 70,
fixed: "left"
},
{
label: "用户编号",