fix: code style

This commit is contained in:
dylanmay
2025-11-06 15:36:08 +08:00
parent 5269d4c387
commit 500ce9cf7c
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { formatDate2 } from '@vben/utils';
import { Button, Table } from 'ant-design-vue';
import WxVideoPlayer from '#/views/mp/components/wx-video-play';
import { WxVideoPlayer } from '#/views/mp/components/wx-video-play';
const props = defineProps<{
list: any[];

View File

@@ -5,7 +5,7 @@ import { formatDate2 } from '@vben/utils';
import { Button, Table } from 'ant-design-vue';
import WxVoicePlayer from '#/views/mp/components/wx-voice-play';
import { WxVoicePlayer } from '#/views/mp/components/wx-voice-play';
const props = defineProps<{
list: any[];

View File

@@ -148,9 +148,10 @@ const handleDelete = async (id: number) => {
<!-- tab 2语音 -->
<Tabs.TabPane :key="UploadType.Voice">
<template #tab>
<span class="flex items-center"></span>
<span class="flex items-center">
<IconifyIcon icon="mdi:microphone" class="mr-1" />
<span>语音</span>
语音
</span>
</template>
<UploadFile
v-if="hasAccessByCodes(['mp:material:upload-permanent'])"