Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
robot-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
汪晓凯
robot-monitor
Commits
71026551
Commit
71026551
authored
Jan 10, 2020
by
xiedong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5cf360c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
overview.vue
src/views/overview.vue
+11
-11
No files found.
src/views/overview.vue
View file @
71026551
...
...
@@ -79,14 +79,14 @@
</div>
</div>
<div
v-show=
"!robotStatus"
class=
"search-box fr"
>
<el-input
v-model=
"robotAccount"
placeholder=
"通过机器人账户搜索"
>
<el-input
v-model=
"robotAccount"
placeholder=
"通过机器人账户搜索"
@
change=
"searchByAccount"
>
<el-button
@
click=
"searchByAccount"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</div>
</div>
<ul
class=
"robots-box"
>
<li
v-for=
"(item,index) in robotList"
:key=
"item.tag"
:class=
"[(item.base_status==='abnormal' ||item.coin_status==='abnormal' || item.coin_wave_status === 'abnormal'|| item.base_wave_status === 'abnormal') ? 'abnormal' : item.status ||
'normal']"
>
:class=
"[item.status==='stop'?'stop':item.base_status==='abnormal' ||item.coin_status==='abnormal' || item.coin_wave_status === 'abnormal'|| item.base_wave_status === 'abnormal'?'abnormal':
'normal']"
>
<div
class=
"operations"
>
<div
class=
"detail"
@
click=
"showDetails(index)"
>
<span>
查看详情
</span>
...
...
@@ -527,15 +527,15 @@
},
//通过机器人账户搜索
searchByAccount
()
{
if
(
!
this
.
robotAccount
)
{
this
.
$notify
({
title
:
'错误'
,
message
:
"请先输入账户地址后再试"
,
type
:
'error'
,
duration
:
'2000'
,
});
return
;
}
//
if (!this.robotAccount) {
//
this.$notify({
//
title: '错误',
//
message: "请先输入账户地址后再试",
//
type: 'error',
//
duration:'2000',
//
});
//
return;
//
}
this
.
checkAll
=
false
;
this
.
isIndeterminate
=
true
;
this
.
foldExchange
=
true
;
...
...
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