forked from integrated_whb/integrated_whb_vue
修复bug:#16251 把课件名称显示全了,因为导入试卷的时候需要提供课件名称。 在别的地方无法查看课件名称
parent
67ddfa2cfd
commit
636f192253
|
@ -39,10 +39,10 @@
|
||||||
>
|
>
|
||||||
<video-camera />
|
<video-camera />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
<span class="directory_name line-1">
|
<span class="directory_name" style="margin-right: 20px">
|
||||||
{{ item.NAME || item.COURSEWARENAME }}
|
{{ item.NAME || item.COURSEWARENAME }}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="item.COURSEWARENAME" class="directory_type">
|
<span v-if="item.COURSEWARENAME" class="directory_type" style="margin-right: 20px">
|
||||||
课件时长:{{ secondConversion(item.VIDEOTIME) }}
|
课件时长:{{ secondConversion(item.VIDEOTIME) }}
|
||||||
</span>
|
</span>
|
||||||
<el-button
|
<el-button
|
||||||
|
|
Loading…
Reference in New Issue