mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
教师组织只显示第二级
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
<div class="teacher-info">
|
<div class="teacher-info">
|
||||||
<div class="teacher-name">
|
<div class="teacher-name">
|
||||||
<span> {{ item.teacherName }}</span>
|
<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>
|
||||||
<div class="teacher-remark" v-html="item.authorInfo.sign"></div>
|
<div class="teacher-remark" v-html="item.authorInfo.sign"></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -235,6 +235,7 @@
|
|||||||
courseType,
|
courseType,
|
||||||
getType,
|
getType,
|
||||||
toScore,
|
toScore,
|
||||||
|
cutOrgNamePath,
|
||||||
userAvatarText
|
userAvatarText
|
||||||
} from '@/utils/tools.js';
|
} from '@/utils/tools.js';
|
||||||
import pdfPreview from '@/components/PdfPreview/index.vue';
|
import pdfPreview from '@/components/PdfPreview/index.vue';
|
||||||
@@ -266,6 +267,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
cutOrgNamePath,
|
||||||
loading:false,
|
loading:false,
|
||||||
controlHeight:400,//左边控制区域的内容高度
|
controlHeight:400,//左边控制区域的内容高度
|
||||||
timer: '',
|
timer: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user