fix: 修复嵌入式不显示历史记录问题
This commit is contained in:
parent
05730e4872
commit
78937f4c48
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<!-- 历史记录弹出层 -->
|
<!-- 历史记录弹出层 -->
|
||||||
<div
|
<div
|
||||||
v-if="applicationDetail.show_history"
|
v-if="applicationDetail.show_history || !user.isEnterprise()"
|
||||||
@click.prevent.stop="show = !show"
|
@click.prevent.stop="show = !show"
|
||||||
class="chat-popover-button cursor color-secondary"
|
class="chat-popover-button cursor color-secondary"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user