no message
parent
5f5ee4cca1
commit
37e6884a0b
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
<el-table
|
||||
v-loading="this.tableloding"
|
||||
:max-height="480"
|
||||
:max-height="MaxHeight"
|
||||
:header-cell-style="{background:'#000',color:'#fff'}"
|
||||
:data="tableData"
|
||||
id="educe-table"
|
||||
|
|
@ -438,6 +438,7 @@ export default {
|
|||
}
|
||||
}]
|
||||
},
|
||||
MaxHeight: '',
|
||||
tableloding: false,
|
||||
isShow:false,//是否展示全部搜索条件
|
||||
value1: '',
|
||||
|
|
@ -469,6 +470,9 @@ export default {
|
|||
this.queryUser();
|
||||
this.PlantS();
|
||||
this.LOC();
|
||||
this.$nextTick(() => {
|
||||
this.MaxHeight = window.innerHeight - 220 +"px";
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
handleEdit(index, row) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue