no message
parent
efa8b59bcc
commit
5f5ee4cca1
|
|
@ -226,7 +226,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"
|
||||
|
|
@ -565,6 +565,7 @@ export default {
|
|||
//容器码
|
||||
LP: ''
|
||||
},
|
||||
MaxHeight: '',
|
||||
plant: [],
|
||||
loc: [],
|
||||
name: [],
|
||||
|
|
@ -602,6 +603,10 @@ export default {
|
|||
this.Plant();
|
||||
this.Loc();
|
||||
this.z_Name();
|
||||
this.$nextTick(() => {
|
||||
this.MaxHeight = window.innerHeight - 220 +"px";
|
||||
})
|
||||
|
||||
},
|
||||
methods: {
|
||||
handleEdit(index, row) {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ const routes=[
|
|||
meta:{
|
||||
title:'首页'
|
||||
},
|
||||
component: () => import('../components/duochaxun/Rukuzhengli.vue')
|
||||
component: () => import('../components/Login')
|
||||
},
|
||||
{
|
||||
path:'/Zhengliqingdan',
|
||||
|
|
|
|||
Loading…
Reference in New Issue