This commit is contained in:
@@ -85,7 +85,7 @@ const columns = ref([
|
||||
align: 'center',
|
||||
render: (row) => {
|
||||
return h('img', {
|
||||
src: row.icon,
|
||||
src: row.icon[0].url,
|
||||
width: 50,
|
||||
height: 50,
|
||||
})
|
||||
@@ -195,7 +195,7 @@ const getList = async () => {
|
||||
},
|
||||
],
|
||||
})) || []
|
||||
console.log(res)
|
||||
// console.log(res)
|
||||
pagination.value.itemCount = res.data.total
|
||||
loading.value = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user