Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
76f08c3c
Commit
76f08c3c
authored
Dec 19, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4d6a187f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
EnterpriseMonitoring.vue
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
+6
-2
MonitorSettings.vue
dsk-operate-ui/src/views/monitoring/MonitorSettings.vue
+1
-1
MonitoringReport.vue
dsk-operate-ui/src/views/monitoring/MonitoringReport.vue
+1
-0
No files found.
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
View file @
76f08c3c
...
...
@@ -111,7 +111,7 @@
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"
qyVisible=false
"
>
取消
</el-button>
<el-button
@
click=
"
handleCancel1
"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"handleAdd"
>
确定
</el-button>
</div>
</el-dialog>
...
...
@@ -227,13 +227,17 @@
this
.
addEnterprise
()
},
changeCheckbox
(
item
){
console
.
log
(
item
)
if
(
this
.
cid
.
indexOf
(
item
.
id
)
==
-
1
)
{
this
.
cid
.
push
(
item
.
id
)
}
else
{
this
.
cid
.
splice
(
this
.
cid
.
indexOf
(
item
.
id
),
1
)
}
},
handleCancel1
(){
this
.
qyVisible
=
false
;
this
.
companyName
=
''
this
.
dataList
=
[]
},
handleAdd
(){
let
data
=
{
cid
:
this
.
cid
...
...
dsk-operate-ui/src/views/monitoring/MonitorSettings.vue
View file @
76f08c3c
...
...
@@ -75,7 +75,7 @@
</div>
<div
class=
"main-item"
style=
"line-height: 32px;"
>
<div
class=
"label"
>
手机号码
</div>
<el-input
class=
"phone"
v-model=
"queryParams.phones"
placeholder=
"请输入手机号"
></el-input>
<el-input
class=
"phone"
v-model=
"queryParams.phones"
placeholder=
"请输入手机号"
oninput=
"value=value.replace(/[^\d]/g,'')"
></el-input>
</div>
</div>
<div
class=
"search"
>
...
...
dsk-operate-ui/src/views/monitoring/MonitoringReport.vue
View file @
76f08c3c
...
...
@@ -236,6 +236,7 @@
height
:
550px
;
text-align
:
center
;
border-top
:
1px
solid
#EFEFEF
;
background
:
#ffffff
;
.img
{
width
:
108px
;
height
:
108px
;
...
...
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