Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
Details
Activity
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
wangweidong
patzn-cloud-web-back-soil
Commits
2b2771e5
Commit
2b2771e5
authored
Jul 01, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了统计分析的表格
parent
c87e3b33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
ElTableNoPage.vue
components/table/ElTableNoPage.vue
+1
-1
YearContractTable.vue
pages/meter-statistics/annual-entrust/YearContractTable.vue
+11
-3
No files found.
components/table/ElTableNoPage.vue
View file @
2b2771e5
...
...
@@ -5,7 +5,7 @@
:data=
"getPage.records"
ref=
"moveTable"
:header-cell-style=
"
{background:'#F8F8F9'}"
:height="tableHeight
+20
"
:height="tableHeight"
v-loading="loading"
@select-all="_selectAll"
@selection-change="_selectRowChange"
...
...
pages/meter-statistics/annual-entrust/YearContractTable.vue
View file @
2b2771e5
...
...
@@ -20,8 +20,8 @@
<!--</PTVXETable>-->
<!--合计 暂时用此表格-->
<ElTableNoPage
id=
"table-year"
ref=
"pageTable"
:table-height=
"tableHeight"
:get-page=
"getPage"
hide-checkbox
show-summary=
"true"
@
on-result-change=
"_tableResultChang
e"
>
<ElTableNoPage
id=
"table-year"
ref=
"pageTable"
:get-page=
"getPage"
@
on-result-change=
"_tableResultChange"
hide-checkbox
show-summary=
"tru
e"
>
<el-table-column
v-for=
"item in pageColumns"
:key=
"item.key"
...
...
@@ -49,7 +49,7 @@ export default {
},
data
()
{
return
{
tableHeight
:
'260'
,
//
tableHeight: '260',
pageColumns
:
[
{
title
:
'签订日期'
,
...
...
@@ -67,6 +67,14 @@ export default {
year
:
''
}
},
computed
:
{
tableHeight
:
function
()
{
return
this
.
$tableHeight
(
'noBtn'
)
}
},
mounted
()
{
this
.
$refs
.
pageTable
.
_hideLoading
()
},
methods
:
{
_openTable
(
data
,
result
)
{
this
.
year
=
data
...
...
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