Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
f02548fc
Commit
f02548fc
authored
Aug 07, 2023
by
CenXinYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed: 添加提示权限密码字段
Signed-off-by:
CenXinYi
<
2810162984@qq.com
>
parent
1f7befc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
draw.vue
src/views/equipment/draw.vue
+15
-2
No files found.
src/views/equipment/draw.vue
View file @
f02548fc
...
...
@@ -320,11 +320,14 @@
<
/div
>
<
/el-dialog
>
<!--
登录
验证
-->
<!--
权限
验证
-->
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"openLogin"
width
=
"500px"
append
-
to
-
body
:
close
-
on
-
click
-
modal
=
"false"
>
<
el
-
form
ref
=
"form"
:
model
=
"loginform"
label
-
width
=
"80px"
>
<
el
-
form
-
item
class
=
"premissVerificationTitle"
style
=
"margin: 0;"
>
当前选择跨越设备需要权限密码
<
/el-form-item
>
<
el
-
form
-
item
label
=
"密码"
>
<
el
-
input
v
-
model
=
"loginform.password"
type
=
"password"
placeholder
=
"请输入
权限菜单
密码"
/>
<
el
-
input
v
-
model
=
"loginform.password"
type
=
"password"
placeholder
=
"请输入密码"
/>
<
/el-form-item
>
<
el
-
form
-
item
>
<
el
-
button
type
=
"primary"
@
click
=
"handleConfirm"
>
确定
<
/el-button
>
...
...
@@ -525,6 +528,7 @@ export default {
// 处理弹窗里的勾选确定
handleCance
()
{
this
.
loadingDetail
=
true
this
.
title
=
'权限菜单'
if
(
this
.
multipleSelection
.
length
===
0
)
{
this
.
$message
.
warning
(
'请至少选择一个要处理的设备'
)
}
else
{
...
...
@@ -779,4 +783,13 @@ export default {
height
:
12
em
;
width
:
4
px
;
}
.
premissVerificationTitle
{
/
deep
/
.
el
-
form
-
item__content
{
text
-
align
:
center
;
margin
-
right
:
80
px
;
font
-
weight
:
600
;
}
}
<
/style
>
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