|
@@ -223,6 +223,15 @@ const scrollable = computed(() => !data.value.payLock &&
|
|
|
</div>
|
|
|
<Component :is="ReportPreview" v-bind="reportPreviewProps" v-model:show="reportPreviewProps.show"></Component>
|
|
|
<van-floating-panel v-model:height="panelHeight" v-bind="panelProps">
|
|
|
+ <template #header>
|
|
|
+ <div class="van-floating-panel__header !justify-between">
|
|
|
+ <div></div>
|
|
|
+ <div class="van-floating-panel__header-bar"></div>
|
|
|
+ <div>
|
|
|
+ <van-icon v-if="!data.payLock" name="cross" @click.stop="panelHeight = panelProps.anchors[0];" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
<Transition>
|
|
|
<div class="panel-content">
|
|
|
<img
|