Merge branch 'master' of https://e.coding.net/boss-01/yxx/app
This commit is contained in:
commit
795bc12178
|
@ -195,7 +195,7 @@
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.clickTab(1)
|
this.clickTab(this.tabNum)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
receiveevlaue(id) {
|
receiveevlaue(id) {
|
||||||
|
@ -279,7 +279,7 @@
|
||||||
'gif' || gs == 'tif' || gs == 'tiff') {
|
'gif' || gs == 'tif' || gs == 'tiff') {
|
||||||
item.enclosure = fileArr[0]
|
item.enclosure = fileArr[0]
|
||||||
} else if (gs == 'pdf') {
|
} else if (gs == 'pdf') {
|
||||||
item.enclosure = '../../static/fileImg/pdfS.png'
|
item.enclosure = '../../static/fileImg/pdfB.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
that.orderList.push(item)
|
that.orderList.push(item)
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
'gif' || gs == 'tif' || gs == 'tiff') {
|
'gif' || gs == 'tif' || gs == 'tiff') {
|
||||||
item.enclosure = fileArr[0]
|
item.enclosure = fileArr[0]
|
||||||
} else if (gs == 'pdf') {
|
} else if (gs == 'pdf') {
|
||||||
item.enclosure = '../../static/fileImg/pdfS.png'
|
item.enclosure = '../../static/fileImg/pdfB.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
that.orderList.push(item)
|
that.orderList.push(item)
|
||||||
|
|
Loading…
Reference in New Issue