1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-23 16:10:21 +08:00

feat(table): 添加vxe-table,适配naiveui主题,并替换掉之前table,自带导出

This commit is contained in:
leipu
2024-11-20 13:25:21 +08:00
parent 3c6dce3eeb
commit 85867263e6
11 changed files with 1013 additions and 41 deletions

View File

@@ -37,6 +37,7 @@
:scroll-x="1200"
:columns="columns"
:get-data="api.getAllUsers"
:show-check="true"
@on-checked="onChecked"
>
<MeQueryItem label="用户名" :label-width="50">
@@ -90,7 +91,7 @@ const genders = [
]
const columns = [
{ type: 'selection', fixed: 'left' },
// { type: 'selection', fixed: 'left' },
{
title: '头像',
key: 'avatar',