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
205c4700
Commit
205c4700
authored
Jan 15, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5738efe0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
12 deletions
+10
-12
EnterpriseMonitoring.vue
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
+7
-9
MonitorSettings.vue
dsk-operate-ui/src/views/monitoring/MonitorSettings.vue
+1
-1
index.vue
dsk-operate-ui/src/views/system/supplierBad/index.vue
+2
-2
No files found.
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
View file @
205c4700
...
...
@@ -107,7 +107,8 @@
<p
class=
"right-title"
v-html=
"item.companyName"
></p>
<p
class=
"right-tips"
>
推荐监控
</p>
</div>
<el-checkbox
@
change=
"changeCheckbox(item)"
></el-checkbox>
<span
v-if=
"item.monitor"
style=
"font-size: 12px;"
>
已监控
</span>
<el-checkbox
v-else
@
change=
"changeCheckbox(item)"
style=
"margin-left: 15px;"
></el-checkbox>
</div>
</div>
</div>
...
...
@@ -127,6 +128,7 @@
accept=
".excel,.xlsx"
:headers=
"headers"
:on-change=
"handleFileListChange"
:on-success=
"onSuccess"
:auto-upload=
"false"
ref=
"upload"
multiple
>
...
...
@@ -365,14 +367,10 @@
},
onSuccess
(
res
,
file
,
fileList
)
{
if
(
res
.
code
==
200
){
this
.
$refs
.
upload
.
submit
();
let
_this
=
this
setTimeout
(
function
()
{
// _this.getList()
_this
.
querySubmit
()
_this
.
$message
.
success
(
'上传成功!'
)
// _this.isupload = false
},
3000
)
_this
.
pldrVisible
=
false
}
else
this
.
$message
.
error
({
message
:
res
.
msg
,
showClose
:
true
})
...
...
@@ -569,7 +567,7 @@
}
}
.item-right
{
width
:
3
60
px
;
width
:
3
44
px
;
margin-right
:
10px
;
p
{
margin
:
0
;
...
...
dsk-operate-ui/src/views/monitoring/MonitorSettings.vue
View file @
205c4700
...
...
@@ -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=
"请输入手机号"
oninput=
"
value=value.replace(/[^\d]/g,'')
"
></el-input>
<el-input
class=
"phone"
v-model=
"queryParams.phones"
placeholder=
"请输入手机号"
oninput=
"
if(value.length>11)value=value.slice(0,11)"
onkeyup=
"value = value.replace(/[^\d]/g,'');
"
></el-input>
</div>
</div>
<div
class=
"search"
>
...
...
dsk-operate-ui/src/views/system/supplierBad/index.vue
View file @
205c4700
...
...
@@ -86,7 +86,7 @@
</div>
<div
class=
"input"
>
<div
class=
"label"
>
推送电话号码
</div>
<el-input
class=
"name"
placeholder=
"请输入推送人联系方式"
v-model=
"contact"
></el-input>
<el-input
class=
"name"
placeholder=
"请输入推送人联系方式"
v-model=
"contact"
oninput=
"if(value.length>11)value=value.slice(0,11)"
onkeyup=
"value = value.replace(/[^\d]/g,'');"
></el-input>
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -219,7 +219,7 @@
handleUpdate
(){
let
params
=
{
id
:
this
.
id
,
status
:
'1'
,
status
:
this
.
status
===
1
?
0
:
1
,
}
updateStatus
(
params
).
then
(
res
=>
{
console
.
log
(
res
)
...
...
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