优化报表的列宽排版(调整宽度)
This commit is contained in:
parent
c396f6f3c7
commit
c5c5452a56
@ -208,7 +208,7 @@
|
||||
this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)]
|
||||
},
|
||||
mounted () {
|
||||
this.scroll.x = 2500
|
||||
this.scroll.x = 2100
|
||||
},
|
||||
methods: {
|
||||
moment,
|
||||
|
||||
@ -136,7 +136,7 @@
|
||||
this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)]
|
||||
},
|
||||
mounted () {
|
||||
this.scroll.x = 2500
|
||||
this.scroll.x = 2100
|
||||
},
|
||||
methods: {
|
||||
moment,
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)]
|
||||
},
|
||||
mounted () {
|
||||
this.scroll.x = 2500
|
||||
this.scroll.x = 2300
|
||||
},
|
||||
methods: {
|
||||
moment,
|
||||
|
||||
@ -162,7 +162,7 @@
|
||||
this.getTotalCountMoney()
|
||||
},
|
||||
mounted () {
|
||||
this.scroll.x = 2500
|
||||
this.scroll.x = 2100
|
||||
},
|
||||
methods: {
|
||||
moment,
|
||||
|
||||
@ -151,7 +151,7 @@
|
||||
return (t !== '合计') ? (parseInt(index) + 1) : t
|
||||
}
|
||||
},
|
||||
{title: '库存流水', dataIndex: 'action', align:"center", width: 150, fixed: 'left',
|
||||
{title: '库存流水', dataIndex: 'action', align:"center", width: 100, fixed: 'left',
|
||||
scopedSlots: { customRender: 'action' }
|
||||
},
|
||||
{title: '条码', dataIndex: 'mBarCode', width: 150, fixed: 'left'},
|
||||
@ -178,7 +178,7 @@
|
||||
this.loadTreeData()
|
||||
},
|
||||
mounted () {
|
||||
this.scroll.x = 2500
|
||||
this.scroll.x = 2100
|
||||
},
|
||||
methods: {
|
||||
moment,
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)]
|
||||
},
|
||||
mounted () {
|
||||
this.scroll.x = 2500
|
||||
this.scroll.x = 2300
|
||||
},
|
||||
methods: {
|
||||
moment,
|
||||
|
||||
@ -141,7 +141,7 @@
|
||||
this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)]
|
||||
},
|
||||
mounted () {
|
||||
this.scroll.x = 2500
|
||||
this.scroll.x = 2100
|
||||
},
|
||||
methods: {
|
||||
moment,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user