Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-platform
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
赵啸非
device-platform
Commits
6b4bb688
Commit
6b4bb688
authored
Apr 27, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改设备管理 外部登录
parent
334e2545
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
device-manager-ui/admin/src/views/system/user/list.vue
device-manager-ui/admin/src/views/system/user/list.vue
+3
-3
device-manager-ui/admin/src/views/system/user/show.vue
device-manager-ui/admin/src/views/system/user/show.vue
+1
-1
No files found.
device-manager-ui/admin/src/views/system/user/list.vue
View file @
6b4bb688
<
template
>
<
template
>
<div
class=
"page"
>
<div
class=
"page"
>
<LayoutTable
:data=
'tableData'
:config=
'tableConfig'
notDel
/>
<LayoutTable
:data=
'tableData'
:config=
'tableConfig'
notAdd
notDel
/>
<el-dialog
title=
"用户已分配的角色"
:visible.sync=
"role.visible"
>
<el-dialog
title=
"用户已分配的角色"
:visible.sync=
"role.visible"
>
<el-form
:model=
"role.form"
>
<el-form
:model=
"role.form"
>
...
@@ -100,12 +100,12 @@ export default {
...
@@ -100,12 +100,12 @@ export default {
},
},
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
2
2
0
,
width
:
2
8
0
,
formatter
:
row
=>
{
formatter
:
row
=>
{
return
(
return
(
<
div
>
<
div
>
<
table
-
buttons
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onDel
=
{
this
.
toDel
}
noDel
/>
<
table
-
buttons
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onDel
=
{
this
.
toDel
}
noDel
/>
<
el
-
button
round
size
=
'
mini
'
type
=
"
info
"
icon
=
"
el-icon-tickets
"
onClick
=
{()
=>
this
.
findRole
(
row
)}
>
已分配的角色
<
/el-button
>
<
el
-
button
round
size
=
'
mini
'
type
=
"
text
"
icon
=
"
el-icon-tickets
"
onClick
=
{()
=>
this
.
findRole
(
row
)}
>
已分配的角色
<
/el-button
>
<
/div
>
<
/div
>
);
);
}
}
...
...
device-manager-ui/admin/src/views/system/user/show.vue
View file @
6b4bb688
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<
form-buttons
@
submit=
'submitForm'
/
>
<
!--
<form-buttons
@
submit=
'submitForm'
/>
--
>
</el-form>
</el-form>
</layout-form>
</layout-form>
</
template
>
</
template
>
...
...
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