为比赛添加标签
This commit is contained in:
@@ -23,16 +23,12 @@ async function handleDelete() {
|
||||
emit("deleted")
|
||||
}
|
||||
|
||||
function goDetail() {}
|
||||
</script>
|
||||
<template>
|
||||
<n-space>
|
||||
<n-button size="small" type="success" secondary @click="goEdit">
|
||||
编辑
|
||||
</n-button>
|
||||
<n-button size="small" type="info" secondary @click="goDetail">
|
||||
查看
|
||||
</n-button>
|
||||
<n-popconfirm @positive-click="handleDelete">
|
||||
<template #trigger>
|
||||
<n-button size="small" type="error" secondary>删除</n-button>
|
||||
|
||||
Reference in New Issue
Block a user