Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
海康威视
web-project
Commits
00045f3e
Commit
00045f3e
authored
Jul 31, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实时热量分析更新
parent
713121f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
RealAnalysisPage.vue
src/views/Report/RealAnalysisPage.vue
+31
-0
No files found.
src/views/Report/RealAnalysisPage.vue
View file @
00045f3e
...
@@ -151,6 +151,32 @@
...
@@ -151,6 +151,32 @@
<td
style=
"text-align:center;"
>
{{ tableDataList.diffPercent }}
</td>
<td
style=
"text-align:center;"
>
{{ tableDataList.diffPercent }}
</td>
</tr>
</tr>
</table>
</table>
<div>
<div
class=
"btngrounp"
>
<el-button
type=
"primary"
@
click=
"sendClick"
style=
"margin: 15px 0 0 0"
>
打印
</el-button
><el-button
type=
"primary"
@
click=
"exportTableToExcel"
style=
"margin: 15px 0 0 10px"
>
打印预览
</el-button
>
<el-button
type=
"primary"
@
click=
"exportTableToExcel"
style=
"margin: 15px 0 0 10px"
>
导出
</el-button
>
<router-link
to=
"/Forecast"
><el-button
type=
"primary"
style=
"margin: 15px 0 0 10px"
>
返回
</el-button
></router-link>
</div>
</div>
</el-card>
</el-card>
</div>
</div>
</div>
</div>
...
@@ -250,4 +276,9 @@ table.bottomTable td {
...
@@ -250,4 +276,9 @@ table.bottomTable td {
border-bottom: #ebeef5 solid 1px;
border-bottom: #ebeef5 solid 1px;
padding: 10px 0;
padding: 10px 0;
}
}
.btngrounp {
width: 300px;
margin: 0 auto;
text-align: center;
}
</
style
>
</
style
>
\ No newline at end of file
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