|
@@ -44,6 +44,7 @@ export default {
|
|
const arr = [...this.tableData]
|
|
const arr = [...this.tableData]
|
|
arr.map(item => {
|
|
arr.map(item => {
|
|
const curImg = (item.images || '').split(',')
|
|
const curImg = (item.images || '').split(',')
|
|
|
|
+ console.log(curImg)
|
|
item.img1 = curImg[0] || ''
|
|
item.img1 = curImg[0] || ''
|
|
item.img2 = curImg[1] || ''
|
|
item.img2 = curImg[1] || ''
|
|
item.img3 = curImg[2] || ''
|
|
item.img3 = curImg[2] || ''
|