no message
This commit is contained in:
parent
70636b91d0
commit
5be78e2eaa
|
|
@ -29,6 +29,10 @@ export default {
|
|||
this.config.headerHeight = this.$fontSize(0.50);
|
||||
this.config.columnWidth = [this.$fontSize(1),this.$fontSize(1.5),this.$fontSize(1)];
|
||||
this.config.data = JSON.parse(JSON.stringify(this.ScrollList))
|
||||
},
|
||||
mounted(){
|
||||
// let arr = document.getElementsByClassName('dv-scroll-board');
|
||||
// console.log(arr)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -15,20 +15,22 @@ export default {
|
|||
header: ['业务订单号', '产品名', '总布产数','合格数','合格率','不良数','不良率','废品数','废品率','最迟货期'],
|
||||
data: [
|
||||
],
|
||||
// index: true,
|
||||
columnWidth: [1000],
|
||||
align: ['center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center'],
|
||||
rowNum: 6,
|
||||
index: true,
|
||||
columnWidth: [100],
|
||||
align: ['center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center','center'],
|
||||
rowNum: 5,
|
||||
headerBGC: '#1981f6',
|
||||
headerHeight: 50,
|
||||
oddRowBGC: 'rgba(0, 44, 81, 0.8)',
|
||||
evenRowBGC: 'rgba(10, 29, 50, 0.8)'
|
||||
evenRowBGC: 'rgba(10, 29, 50, 0.8)',
|
||||
carousel:'page',
|
||||
waitTime:'4000',
|
||||
}
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this.config.headerHeight = this.$fontSize(0.50);
|
||||
this.config.columnWidth = [this.$fontSize(3),this.$fontSize(5),this.$fontSize(2),this.$fontSize(1.5),this.$fontSize(1),this.$fontSize(1.5),this.$fontSize(1),this.$fontSize(1.5),this.$fontSize(1),this.$fontSize(3)];
|
||||
this.config.columnWidth = [this.$fontSize(1),this.$fontSize(2.5),this.$fontSize(5),this.$fontSize(2),this.$fontSize(1.5),this.$fontSize(1.5),this.$fontSize(1.5),this.$fontSize(1.5),this.$fontSize(1.5),this.$fontSize(1.5),this.$fontSize(2)];
|
||||
this.config.data = JSON.parse(JSON.stringify(this.ScrollList))
|
||||
}
|
||||
}
|
||||
|
|
@ -46,7 +48,7 @@ export default {
|
|||
</style>
|
||||
<style>
|
||||
#scroll-board-bottom .dv-scroll-board{
|
||||
/* height: calc(100% - 0.4rem); */
|
||||
height: calc(100% - 0.3rem);
|
||||
}
|
||||
.dv-scroll-board .header{
|
||||
font-size: 0.2rem !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue