update: 移除 CustomerBackground 组件中的头部模板

This commit is contained in:
Lexcubia 2025-04-21 10:36:30 +08:00
parent 8dfa86e466
commit 226f3ff476
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@
class="customer-background-dialog"
:fullscreen="isMobile"
>
<template #header>
<div class="dialog-header">
<h3 class="dialog-title">客户信息</h3>
</div>
</template>
<div class="background-info-content" v-if="currentMode">
<div v-html="formattedBackground"></div>
</div>