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]
|
const imageFile = files[0]
|
||||||
if (!imageFile) return
|
if (!imageFile) return
|
||||||
PPTApi.toRousrceUrl(imageFile).then(data=>{
|
PPTApi.toRousrceUrl(imageFile).then(data=>{
|
||||||
videoSrc.value=data
|
audioSrc.value=data
|
||||||
insertAudio()
|
insertAudio()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
<template #default="{ node, data }">
|
<template #default="{ node, data }">
|
||||||
<div v-if="props.isClassTask && (data.bookId == '' || data.bookId == '0')" class="tree-label-wrap">
|
<div v-if="props.isClassTask && (data.bookId == '' || data.bookId == '0')" class="tree-label-wrap">
|
||||||
<el-tooltip effect="light" placement="right" >
|
<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" >
|
<div class="tree-label" style="color: #A5B3CA" >
|
||||||
{{ node.label }}
|
{{ node.label }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue