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