Compare commits
3 Commits
f031d84745
...
e7b1992932
| Author | SHA1 | Date | |
|---|---|---|---|
| e7b1992932 | |||
| aee9a2d9c0 | |||
| 82211679f9 |
@@ -654,6 +654,7 @@ const clear = () => {
|
||||
}
|
||||
|
||||
const veeify = async () => {
|
||||
try {
|
||||
let data = {}
|
||||
if (nowKey.value === 1 || nowKey.value === 2) {
|
||||
data = {
|
||||
@@ -677,6 +678,10 @@ const veeify = async () => {
|
||||
}
|
||||
})
|
||||
}
|
||||
} finally {
|
||||
isNoteModel.value = false
|
||||
isDzModel.value = false
|
||||
}
|
||||
}
|
||||
|
||||
const veeifys = async () => {
|
||||
|
||||
@@ -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