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
f15bff62
Commit
f15bff62
authored
Aug 16, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面积统计
parent
688d58e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
AreaInfoPage.vue
src/views/Report/AreaInfoPage.vue
+18
-0
TransferEnergyPage.vue
src/views/Report/TransferEnergyPage.vue
+0
-6
No files found.
src/views/Report/AreaInfoPage.vue
View file @
f15bff62
...
...
@@ -118,7 +118,12 @@
<el-table
:data=
"tableData"
empty-text=
"暂无数据"
class=
"eltable"
style=
"width: 100%; margin-top: 10px"
:summary-method=
"getSummaries"
show-summary
stripe
:header-cell-style=
"
{ backgroundColor: '#dfe8f6', color: '#213547' }"
>
<el-table-column
type=
"index"
width=
"60"
label=
"序号"
align=
"center"
>
</el-table-column>
...
...
@@ -530,4 +535,17 @@ table.botList td {
height: auto !important;
}
}
.eltable {
height: 64vh;
}
@media (min-width: 1700px) {
.eltable {
height: 72vh;
}
}
@media (min-width: 2560px) {
.eltable {
height: 79vh;
}
}
</
style
>
\ No newline at end of file
src/views/Report/TransferEnergyPage.vue
View file @
f15bff62
...
...
@@ -57,12 +57,6 @@
style=
"margin: 15px 0 0 10px"
>
打印
</el-button
>
<!--
<el-button
type=
"primary"
@
click=
"exportTableToExcel"
style=
"margin: 15px 0 0 10px"
>
打印预览
</el-button
>
-->
<el-button
type=
"primary"
@
click=
"exportTableToExcel"
...
...
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