Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
7aa0cb63
Commit
7aa0cb63
authored
Jun 30, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分配角色样式优化
parent
9ae778c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
src/pages/authority/user/userRoles.vue
src/pages/authority/user/userRoles.vue
+9
-7
No files found.
src/pages/authority/user/userRoles.vue
View file @
7aa0cb63
...
...
@@ -17,17 +17,19 @@
</
template
>
<div
class=
"apass_table"
slot=
"list"
>
<el-table
class=
"user_roles_table"
:border=
"false"
:data=
"roleData"
>
<el-table-column
width=
"60"
align=
"right"
>
<el-table-column
width=
"50"
align=
"right"
></el-table-column>
<el-table-column>
<
template
slot=
"header"
>
<span
style=
"margin-left: 25px;"
>
角色
</span>
</
template
>
<
template
slot-scope=
"scope"
>
<el-checkbox
class=
"apass_checkbox"
v-model=
"scope.row.selected"
@
change=
"updateRoles"
></el-checkbox>
</
template
>
</el-table-column>
<el-table-column
label=
"角色"
>
<
template
slot-scope=
"scope"
>
<span
v-text=
"scope.row.role_name"
></span>
>
{{
scope
.
row
.
role_name
}}
</el-checkbox>
</
template
>
</el-table-column>
<el-table-column
label=
"说明"
>
...
...
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