This commit is contained in:
@@ -157,7 +157,7 @@ const columns = ref([
|
||||
align: 'center',
|
||||
slot: 'game_name',
|
||||
render: (row) => {
|
||||
const res = gamelist.value.find((item) => item.value === row.hall_id)
|
||||
const res = gamelist.value.find((item) => item.value === Number(row.hall_id))
|
||||
return h('span', null, {
|
||||
default: () => res?.label || '',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user