Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
c0541fde
Commit
c0541fde
authored
Nov 29, 2020
by
linlinjava
Browse files
chore
parent
2a6ab958
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/user/user.vue
View file @
c0541fde
...
...
@@ -14,7 +14,13 @@
<el-table
v-loading=
"listLoading"
:data=
"list"
element-loading-text=
"正在查询中。。。"
border
fit
highlight-current-row
>
<el-table-column
align=
"center"
width=
"100px"
label=
"用户ID"
prop=
"id"
sortable
/>
<el-table-column
align=
"center"
label=
"用户名"
prop=
"username"
/>
<el-table-column
align=
"center"
label=
"用户昵称"
prop=
"nickname"
/>
<el-table-column
align=
"center"
label=
"用户头像"
width=
"80"
>
<template
slot-scope=
"scope"
>
<el-avatar
:src=
"scope.row.avatar"
/>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"手机号码"
prop=
"mobile"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment