update: 移除 CustomerBackground 组件中的头部模板
This commit is contained in:
parent
8dfa86e466
commit
226f3ff476
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue