去掉无自主试题的提示

This commit is contained in:
“zouyf” 2025-02-19 10:27:04 +08:00
parent 4ffe428523
commit b5f43f1a37
1 changed files with 2 additions and 1 deletions

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>