@@ -119,7 +119,7 @@
:tabLabel='tabLabel[currentComponent]'
:diff='diff'
:assetnum='assetnum'
- :size='5'
+ :size='size'
></component>
</div>
@@ -166,6 +166,7 @@ export default {
wxTable: '重要维修',
rcwxTable: '日常维保',
},
+ size: 5, //分页条数
}
components: {
@@ -183,6 +184,9 @@ export default {
this.queryTableList()
this.getFloorAllSelect()
this.tabFind()
+ if (document.body.clientWidth >= 1920) {
+ this.size = 9
+ }
props: ['row', 'major', 'sign', 'smsxt', 'diff'],
methods: {