mod(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-19 17:03:17 +08:00
parent 2f7b80f418
commit f78140d8dd
4 changed files with 17 additions and 18 deletions

View File

@@ -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
}