Skip to content

Commit

Permalink
fix: incorrect comments
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 20, 2023
1 parent a9907a5 commit 3fe1f01
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/do/review/CardActionsToolsContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ const emit = defineEmits<{
}>()
const items: Item[] = reactive([
// {
// text: '切换回复框',
// onClick: () => {
// emit('switchCommentInput')
// }
// },
{
text: '查看评论',
text: '切换回复框',
onClick: () => {
emit('viewComments')
emit('switchCommentInput')
}
},
// {
// text: '查看评论',
// onClick: () => {
// emit('viewComments')
// }
// },
{
text: '句库查重',
onClick: () => {
Expand Down

0 comments on commit 3fe1f01

Please sign in to comment.