mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
cancel no payment
This commit is contained in:
@@ -50,7 +50,7 @@ const props = defineProps<{
|
||||
songs: SongsInfo[]
|
||||
canEdit?: boolean
|
||||
isSelf: boolean
|
||||
extraButtom?: (song: SongsInfo) => VNodeChild[]
|
||||
extraButton?: (song: SongsInfo) => VNodeChild[]
|
||||
}>()
|
||||
watch(
|
||||
() => props.songs,
|
||||
@@ -380,7 +380,7 @@ function createColumns(): DataTableColumns<SongsInfo> {
|
||||
}),
|
||||
]
|
||||
: null,
|
||||
props.extraButtom?.(data),
|
||||
props.extraButton?.(data),
|
||||
],
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user