Merge remote-tracking branch 'origin/main'

This commit is contained in:
朱浩 2025-02-19 10:35:22 +08:00
commit 0960599c73
2 changed files with 3 additions and 2 deletions

View File

@ -94,7 +94,7 @@ const insertImageElementaudio = (files: FileList) => {
const imageFile = files[0]
if (!imageFile) return
PPTApi.toRousrceUrl(imageFile).then(data=>{
videoSrc.value=data
audioSrc.value=data
insertAudio()
})

View File

@ -13,7 +13,8 @@
<template #default="{ node, data }">
<div v-if="props.isClassTask && (data.bookId == '' || data.bookId == '0')" class="tree-label-wrap">
<el-tooltip effect="light" placement="right" >
<template #content> {{ node.label }}<br /><span style="color: red;">-该单元章节无自主试题-</span> </template>
<!-- <template #content> {{ node.label }}<br /><span style="color: red;">-该单元章节无自主试题-</span> </template> -->
<template #content> {{ node.label }}</template>
<div class="tree-label" style="color: #A5B3CA" >
{{ node.label }}
</div>