feat: 新增用户

This commit is contained in:
wanglihui 2023-09-20 23:08:26 +08:00
parent 3ab9cfc6b8
commit 57a7bd1399

View File

@ -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: '头像',