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
9eae1d2e
Commit
9eae1d2e
authored
Jul 20, 2018
by
wxk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
del
parent
6d47abe5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
RobotDetails.vue
src/views/RobotDetails.vue
+2
-2
overview.vue
src/views/overview.vue
+0
-1
No files found.
src/views/RobotDetails.vue
View file @
9eae1d2e
...
@@ -280,12 +280,12 @@
...
@@ -280,12 +280,12 @@
end-placeholder=
"结束日期"
>
end-placeholder=
"结束日期"
>
</el-date-picker>
</el-date-picker>
</div>
</div>
<div
class=
"count-box"
>
<
!--
<
div
class=
"count-box"
>
<span
class=
"title"
>
总计
</span>
<span
class=
"title"
>
总计
</span>
<span>
充币总量:
</span>
<span>
充币总量:
</span>
<span>
提币总量:
</span>
<span>
提币总量:
</span>
<span
class=
"button"
>
导出
</span>
<span
class=
"button"
>
导出
</span>
</div>
</div>
-->
<el-table
<el-table
v-loading=
"recordsLoading"
v-loading=
"recordsLoading"
:data=
"list1"
:data=
"list1"
...
...
src/views/overview.vue
View file @
9eae1d2e
...
@@ -132,7 +132,6 @@
...
@@ -132,7 +132,6 @@
<p
v-if=
"robotList === null"
class=
"no-data"
>
暂无数据
</p>
<p
v-if=
"robotList === null"
class=
"no-data"
>
暂无数据
</p>
</div>
</div>
<router-view
:robotBankList=
"robotBankList"
></router-view>
<router-view
:robotBankList=
"robotBankList"
></router-view>
<!--
<robot-details
v-if=
"robotDetails"
:robotDetailInfo=
"robotDetailInfo"
:robotBankList=
"robotBankList"
></robot-details>
-->
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
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