mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
1.0发布,Fixes Bug,以及新增 ProTable组件
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
- 1.0骨架发布
|
||||
- Naive UI 升级至2.15.4
|
||||
- 菜单新增排序字段
|
||||
- 新增 `ProTable` 组件,封装了常用的分页列配置等逻辑,可查看组件示例页面
|
||||
- 新增 `ProTable` 组件,封装了常用的分页列配置等逻辑
|
||||
- 新增 `ProTable` 组件示例页面
|
||||
- 持续更新中...
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,11 @@ Naive Ui Admin 是一个免费开源的中后台模版,使用了最新的`vue3
|
||||
- [ ] 监控页
|
||||
- [x] 工作台
|
||||
|
||||
### 页面组件
|
||||
#### ProTable
|
||||
- [x] 表格
|
||||
- 持续开发中...
|
||||
|
||||
## 在线预览
|
||||
- [naive-ui-admin](https://jekip.github.io)
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ export const basicProps = {
|
||||
required: true
|
||||
},
|
||||
rowKey: {
|
||||
type: [String, Function] as PropType<string | ((record: Recordable) => string)>,
|
||||
type: [String, Function] as PropType<string | ((record) => string)>,
|
||||
default: undefined,
|
||||
},
|
||||
pagination: {
|
||||
|
||||
Reference in New Issue
Block a user