企标制修订计划管控-分页器
This commit is contained in:
@@ -200,7 +200,8 @@
|
||||
custom-class="demo-drawer"
|
||||
>
|
||||
<div class="demo-drawer-content">
|
||||
<div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">
|
||||
<!-- <div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">-->
|
||||
<div style="position: absolute;bottom: 120px;top:60px;left: 0;right: 0">
|
||||
<div style="position: absolute;bottom: 55px;top: 0;right: 0;left: 0">
|
||||
<div class="left">
|
||||
<el-form :modal="standardSearch" :inline="true" class="label-input-form" style="margin-left:10px">
|
||||
@@ -239,7 +240,7 @@
|
||||
tooltip-effect="dark"
|
||||
style="width: 100%"
|
||||
border
|
||||
height="100%"
|
||||
height="calc(100% - 64px)"
|
||||
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', height: '48px'}"
|
||||
@selection-change="selectListChange"
|
||||
@@ -438,6 +439,9 @@ export default {
|
||||
// }
|
||||
// })
|
||||
this.total = this.standinfoList.length
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.selection.doLayout();
|
||||
})
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
@@ -216,7 +216,8 @@
|
||||
custom-class="demo-drawer"
|
||||
>
|
||||
<div class="demo-drawer-content">
|
||||
<div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">
|
||||
<!-- <div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">-->
|
||||
<div style="position: absolute;bottom: 120px;top:60px;left: 0;right: 0">
|
||||
<div style="position: absolute;bottom: 55px;top: 0;right: 0;left: 0">
|
||||
<div class="left">
|
||||
<el-form :modal="standardSearch" :inline="true" class="label-input-form" style="margin-left:10px">
|
||||
@@ -255,7 +256,7 @@
|
||||
tooltip-effect="dark"
|
||||
style="width: 100%"
|
||||
border
|
||||
height="100%"
|
||||
height="calc(100% - 64px)"
|
||||
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', height: '48px'}"
|
||||
@selection-change="selectListChange"
|
||||
@@ -457,6 +458,9 @@ export default {
|
||||
// }
|
||||
// })
|
||||
this.total = this.standinfoList.length
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.selection.doLayout();
|
||||
})
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
@@ -214,7 +214,8 @@
|
||||
custom-class="demo-drawer"
|
||||
>
|
||||
<div class="demo-drawer-content">
|
||||
<div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">
|
||||
<!-- <div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">-->
|
||||
<div style="position: absolute;bottom: 120px;top:60px;left: 0;right: 0">
|
||||
<div style="position: absolute;bottom: 55px;top: 0;right: 0;left: 0">
|
||||
<div class="left">
|
||||
<el-form :modal="standardSearch" :inline="true" class="label-input-form" style="margin-left:10px">
|
||||
@@ -254,7 +255,7 @@
|
||||
tooltip-effect="dark"
|
||||
style="width: 100%"
|
||||
border
|
||||
height="100%"
|
||||
height="calc(100% - 64px)"
|
||||
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', height: '48px'}"
|
||||
@selection-change="selectListChange"
|
||||
@@ -1095,6 +1096,9 @@ export default {
|
||||
// })
|
||||
this.total = this.standinfoList.length
|
||||
this.replaceLoading = false
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.selection.doLayout();
|
||||
})
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
@@ -207,7 +207,8 @@
|
||||
custom-class="demo-drawer"
|
||||
>
|
||||
<div class="demo-drawer-content">
|
||||
<div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">
|
||||
<!-- <div style="position: absolute;bottom: 48px;top:60px;left: 0;right: 0">-->
|
||||
<div style="position: absolute;bottom: 120px;top:60px;left: 0;right: 0">
|
||||
<div style="position: absolute;bottom: 55px;top: 0;right: 0;left: 0">
|
||||
<div class="left">
|
||||
<el-form :modal="standardSearch" :inline="true" class="label-input-form" style="margin-left:10px">
|
||||
@@ -246,7 +247,7 @@
|
||||
tooltip-effect="dark"
|
||||
style="width: 100%"
|
||||
border
|
||||
height="100%"
|
||||
height="calc(100% - 64px)"
|
||||
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', height: '48px'}"
|
||||
@selection-change="selectListChange"
|
||||
@@ -444,6 +445,9 @@ export default {
|
||||
// }
|
||||
// })
|
||||
this.total = this.standinfoList.length
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.selection.doLayout()
|
||||
})
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user