|
|
@ -63,6 +63,7 @@ |
|
|
|
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}" |
|
|
|
v-loading="tableLoading" |
|
|
|
border |
|
|
|
:height="tableHeight" |
|
|
|
style="width: 100%"> |
|
|
|
<el-table-column prop="houseName" |
|
|
|
label="房屋名称" |
|
|
@ -189,9 +190,12 @@ export default { |
|
|
|
|
|
|
|
}, |
|
|
|
computed: { |
|
|
|
rowHeight () { |
|
|
|
return (this.clientHeight - 200) + 'px' |
|
|
|
tableHeight () { |
|
|
|
|
|
|
|
return (this.clientHeight - 300) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
...mapGetters(['clientHeight']) |
|
|
|
}, |
|
|
|
methods: { |
|
|
|