教师组织只显示第二级

This commit is contained in:
zhaofang
2022-10-27 16:22:41 +08:00
parent db13f05541
commit a285751100

View File

@@ -189,7 +189,7 @@
<div class="teacher-info">
<div class="teacher-name">
<span> {{ item.teacherName }}</span>
<span style="font-size: 12px; color:#666666 ;">( {{item.authorInfo.orgInfo}} )</span>
<span style="font-size: 12px; color:#666666 ;">( {{cutOrgNamePath(item.authorInfo.orgInfo)}} )</span>
</div>
<div class="teacher-remark" v-html="item.authorInfo.sign"></div>
</div>
@@ -235,6 +235,7 @@
courseType,
getType,
toScore,
cutOrgNamePath,
userAvatarText
} from '@/utils/tools.js';
import pdfPreview from '@/components/PdfPreview/index.vue';
@@ -266,6 +267,7 @@
},
data() {
return {
cutOrgNamePath,
loading:false,
controlHeight:400,//左边控制区域的内容高度
timer: '',