Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
Details
Activity
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
qzhxx
national_museum_vod
Commits
6904ac15
Commit
6904ac15
authored
Jun 01, 2021
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
平台账户管理修改
parent
fb96c0c4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
245 additions
and
243 deletions
+245
-243
edit.vue
src/page/accounts/userDialog/edit.vue
+245
-243
No files found.
src/page/accounts/userDialog/edit.vue
View file @
6904ac15
...
...
@@ -55,13 +55,15 @@
</el-form-item>
<el-form-item
label=
"账号类型"
prop=
"roleList"
>
<el-checkbox-group
v-model=
"form.roleList"
:min=
"1"
>
<span
v-for=
"(item, index) in rolesList"
>
<el-checkbox
v-
for=
"(item, index) in rolesList"
v-
if=
"item.name !== '单位管理员' && item.name !== '统计管理员' && item.name !== '互动审核员'"
:key=
"index"
:label=
"item.id"
>
{{
item
.
name
}}
</el-checkbox>
</span>
</el-checkbox-group>
</el-form-item>
</el-form>
...
...
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