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
11e1f271
Commit
11e1f271
authored
Jul 09, 2018
by
wxk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
30a6618b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
RobotDetails.vue
src/views/RobotDetails.vue
+8
-4
No files found.
src/views/RobotDetails.vue
View file @
11e1f271
...
...
@@ -450,7 +450,7 @@
account_symbol
:
''
,
//充提币种
/*交易记录参数*/
transactionTime
:
[
''
,
''
],
// 时间筛选
pageSize
:
'10'
,
//表格每页的条数
pageSize
:
10
,
//表格每页的条数
currentPage
:
1
,
//分页(当前页数)
total
:
0
,
//记录总条数
list
:
[],
//表格数据
...
...
@@ -548,7 +548,7 @@
opt: "0"}],*/
/*充提记录参数*/
transactionTime1
:
[
''
,
''
],
// 时间筛选
pageSize1
:
'10'
,
//表格每页的条数
pageSize1
:
10
,
//表格每页的条数
currentPage1
:
1
,
//分页(当前页数)
total1
:
0
,
//记录总条数
list1
:
[],
//表格数据
...
...
@@ -682,7 +682,7 @@
coin
:
this
.
robotDetailInfo
.
coin
,
base
:
this
.
robotDetailInfo
.
base
,
page
:
"1"
,
size
:
this
.
pageSize
,
size
:
this
.
pageSize
+
''
,
opt
:
this
.
checkedOptions
,
status
:
this
.
checkedStates
,
min_time
:
this
.
transactionTime
[
0
],
...
...
@@ -705,6 +705,8 @@
(
item
.
status
===
"2"
?
"已撤单"
:
"部分成交"
));
return
item
;
})
}
else
{
this
.
list
=
[];
}
}
})
...
...
@@ -715,7 +717,7 @@
account
:
this
.
robotDetailInfo
.
account
,
coin
:
[
this
.
robotDetailInfo
.
coin
,
this
.
robotDetailInfo
.
base
],
page
:
"1"
,
size
:
this
.
pageSize1
,
size
:
this
.
pageSize1
+
''
,
opt
:
this
.
checkedOptions1
,
status
:
this
.
checkedStates1
,
min_time
:
this
.
transactionTime1
[
0
],
...
...
@@ -733,6 +735,8 @@
item
.
status
=
item
.
status
===
"0"
?
"失败"
:
"成功"
;
return
item
;
})
}
else
{
this
.
list1
=
[];
}
}
})
...
...
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