提交 c321c8e1 编写于 作者: D DebugIsFalse

Update [id].vue

上级 381597b0
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</template> </template>
<div class="text-xs pl-5" v-else>找到 {{ sourceCount }} 条来源</div> <div class="text-xs pl-5" v-else>找到 {{ sourceCount }} 条来源</div>
</template> </template>
<div class="text-base flex items-center gap-1" v-if="item.ansLoading"> <div class="text-base flex items-center gap-1" v-if="item.ansLoading !== undefined">
<UIcon name="i-heroicons-pencil-square" /> <UIcon name="i-heroicons-pencil-square" />
整理答案 整理答案
</div> </div>
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
</UAccordion> </UAccordion>
</UCard> </UCard>
<div class="text-xl flex items-center space-x-1"> <div class="text-xl flex items-center space-x-1" v-if="item.ansLoading !== undefined">
<UIcon name="i-heroicons-chat-bubble-left-right-20-solid" /> <UIcon name="i-heroicons-chat-bubble-left-right-20-solid" />
<span>{{ item.ansLoading ? '回答中' : '回答' }}</span> <span>{{ item.ansLoading ? '回答中' : '回答' }}</span>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册