Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
qr-consistency-vue3
Commits
f3e65752
Commit
f3e65752
authored
Apr 15, 2025
by
lwy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改用户管理
parent
a07d52ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
index.vue
src/views/system/user/index.vue
+5
-2
No files found.
src/views/system/user/index.vue
View file @
f3e65752
...
...
@@ -127,7 +127,7 @@
align=
"center"
prop=
"userId"
/>
<el-table-column
label=
"用户类型"
align=
"center"
prop=
"userType"
>
<el-table-column
label=
"用户类型"
align=
"center"
prop=
"userType"
sortable
>
<template
#
default=
"scope"
>
<dict-tag
:options=
"sys_user_type"
:value=
"scope.row.userType"
/>
</
template
>
...
...
@@ -137,6 +137,7 @@
key=
"deptName"
label=
"所在机构"
align=
"center"
sortable
prop=
"dept.deptName"
:show-overflow-tooltip=
"true"
/>
...
...
@@ -165,6 +166,7 @@
v-if=
"columns[2].visible"
key=
"divsion"
label=
"事业部权限"
sortable
align=
"center"
prop=
"divsion"
:show-overflow-tooltip=
"true"
...
...
@@ -185,7 +187,7 @@
prop=
"phonenumber"
width=
"120"
/>
<el-table-column
label=
"用户状态"
align=
"center"
prop=
"status"
>
<el-table-column
label=
"用户状态"
align=
"center"
prop=
"status"
sortable
>
<
template
#
default=
"scope"
>
<dict-tag
:options=
"sys_user_status"
:value=
"scope.row.status"
/>
</
template
>
...
...
@@ -201,6 +203,7 @@
<el-table-column
v-if=
"columns[7].visible"
label=
"同步时间"
sortable
align=
"center"
prop=
"updateTime"
width=
"160"
...
...
Write
Preview
Markdown
is supported
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