From 3fe1f0153d47ca8c4bfe2f608c14761bd5150d13 Mon Sep 17 00:00:00 2001 From: greenhat616 Date: Wed, 20 Sep 2023 21:08:34 +0800 Subject: [PATCH] fix: incorrect comments --- .../do/review/CardActionsToolsContainer.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/do/review/CardActionsToolsContainer.vue b/components/do/review/CardActionsToolsContainer.vue index 4b148d7..35d0cbd 100644 --- a/components/do/review/CardActionsToolsContainer.vue +++ b/components/do/review/CardActionsToolsContainer.vue @@ -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: () => {