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
52d4228b
Commit
52d4228b
authored
Aug 08, 2018
by
汪晓凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
9dd3f209
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
RobotDetails.vue
src/views/RobotDetails.vue
+5
-5
No files found.
src/views/RobotDetails.vue
View file @
52d4228b
...
@@ -904,8 +904,8 @@
...
@@ -904,8 +904,8 @@
this
.
total
=
0
;
//记录总条数
this
.
total
=
0
;
//记录总条数
this
.
list
=
[];
//表格数据
this
.
list
=
[];
//表格数据
this
.
isIndeterminate
=
true
;
this
.
isIndeterminate
=
true
;
this
.
checkAll
=
fals
e
;
this
.
checkAll
=
tru
e
;
this
.
checkedOptions
=
[];
this
.
checkedOptions
=
[
'0'
,
'1'
];
/*充提记录参数*/
/*充提记录参数*/
this
.
transactionTime1
=
null
;
// 时间筛选
this
.
transactionTime1
=
null
;
// 时间筛选
this
.
pageSize1
=
10
;
//表格每页的条数
this
.
pageSize1
=
10
;
//表格每页的条数
...
@@ -914,13 +914,13 @@
...
@@ -914,13 +914,13 @@
this
.
list1
=
[];
//表格数据
this
.
list1
=
[];
//表格数据
this
.
recordsCountList
=
[];
//充提记录统计
this
.
recordsCountList
=
[];
//充提记录统计
this
.
isIndeterminate2
=
true
;
this
.
isIndeterminate2
=
true
;
this
.
checkAll2
=
fals
e
;
this
.
checkAll2
=
tru
e
;
this
.
checkedOptions1
=
[];
this
.
checkedOptions1
=
[
'0'
,
'1'
];
this
.
isIndeterminate3
=
true
;
this
.
isIndeterminate3
=
true
;
this
.
checkAll3
=
false
;
this
.
checkAll3
=
false
;
this
.
checkedStates1
=
[
'0'
];
this
.
checkedStates1
=
[
'0'
];
this
.
isIndeterminate4
=
true
;
//币种筛选
this
.
isIndeterminate4
=
true
;
//币种筛选
this
.
checkAll4
=
fals
e
;
this
.
checkAll4
=
tru
e
;
this
.
checkedCoins
=
[];
this
.
checkedCoins
=
[];
this
.
coins
=
[];
this
.
coins
=
[];
this
.
Loading
=
false
;
//充提币后数据加载标志
this
.
Loading
=
false
;
//充提币后数据加载标志
...
...
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