mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2025-06-06 17:50:44 +00:00
feat: ✨新增用户
This commit is contained in:
parent
3ab9cfc6b8
commit
57a7bd1399
@ -81,7 +81,7 @@ const userStore = useUserStore();
|
||||
const column = reactive<Column.ColumnOptions[]>([
|
||||
{
|
||||
prop: 'name',
|
||||
label: '用户名',
|
||||
label: '昵称',
|
||||
fixed: 'left',
|
||||
width: 140
|
||||
},
|
||||
@ -91,6 +91,11 @@ const column = reactive<Column.ColumnOptions[]>([
|
||||
fixed: 'left',
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
prop: 'username',
|
||||
label: '用户',
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
prop: 'avatar',
|
||||
label: '头像',
|
||||
|
Loading…
x
Reference in New Issue
Block a user