Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
0960599c73
|
@ -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()
|
||||
})
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue