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
eecb508a
Commit
eecb508a
authored
Jul 27, 2018
by
wxk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
3854da04
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dist.zip
dist.zip
+0
-0
RobotDetails.vue
src/views/RobotDetails.vue
+1
-1
account.vue
src/views/account.vue
+2
-2
No files found.
dist.zip
0 → 100644
View file @
eecb508a
File added
src/views/RobotDetails.vue
View file @
eecb508a
...
...
@@ -858,7 +858,7 @@
})
}
let
downloadHref
=
document
.
getElementById
(
'download'
);
const
href
=
'http://47.91.221.203:46657/recordsExcle
?'
+
this
.
toQueryString
(
params
);
const
href
=
ApiConfig
.
Excle
+
'
?'
+
this
.
toQueryString
(
params
);
downloadHref
.
setAttribute
(
'href'
,
href
);
downloadHref
.
click
();
}
...
...
src/views/account.vue
View file @
eecb508a
...
...
@@ -229,12 +229,12 @@
disable-transitions
>
{{
scope
.
row
.
status
===
'0'
?
'充值成功'
:
'充值失败'
}}
</el-tag>
</
template
>
</el-table-column>
<el-table-column
<!--
<el-table-column
label="来源">
<template slot-scope="scope">
<span>{{ scope.row.from_account }}</span>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
<el-pagination
@
size-change=
"handleSizeChange"
...
...
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