mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
教师组织只显示第二级
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user