2024年5月25日 修复问题
This commit is contained in:
parent
aecb21f86e
commit
6467d7d2f2
|
@ -23,14 +23,14 @@
|
|||
开课单位:{{ ktangInfo.kkdw || ' ' }}
|
||||
节次:{{ ktangInfo.hh || ' ' }}
|
||||
</div>
|
||||
<div style="font-size: 12px;">
|
||||
课程介绍:{{ ktangInfo?.zyJxdg?.kcjs }}
|
||||
<div style="font-size: 12px;text-wrap: wrap;width: 100%;word-wrap: break-word;">
|
||||
课程介绍:{{ ktangInfo?.zyJxdg?.kcjs }}ajajsdhasjkdahsdjkadhsajkdsahdjkdhjkhsjkcnzxcjkchfjashdjkashdasjkczxcjhcjkashdjakdhwdznxcjkndjkfhruighfuibh89yu234ue90udsdofjioejasdhasjkdahsdjkadhsajkdsahdjkdhjkhsjkcnzxcjkchfjashdjkashdasjkczxcjhcjkashdjakdhwdznxcjkndjkfhruighfuibh89yu234ue90udsdofjioeja
|
||||
</div>
|
||||
</template>
|
||||
<div style="padding: 1rem;">
|
||||
<div style="font-size: 16px;float: left;">{{ mainVideoCardBoxTitle || '' }}</div>
|
||||
<div style="float: right;">
|
||||
AI识别出勤率:{{ calcPercentage((ktangInfo?.detectionMain?.averageNum || 0),(ktangInfo?.jiaoshirongliang?.jsrl || 0))}}
|
||||
AI识别出勤率:{{ calcPercentage((ktangInfo?.detectionMain?.averageNum || 0),(ktangInfo?.jiaoshirongliang?.jsrl || 0))}}
|
||||
<template v-if="ktangInfo?.jiaoshirongliang?.jsrl">本教室容量:{{ktangInfo?.jiaoshirongliang?.jsrl}}座位</template>
|
||||
</div>
|
||||
<bVideo ref="mainVideo" videoId="mainVideo" :videoOption="{ autoplay: true }" @load-end="mainVideoLoadEnd"/>
|
||||
|
@ -38,12 +38,12 @@
|
|||
<a-space>
|
||||
<div v-if="ktangInfo?.zyJxdg?.filePath">
|
||||
教学大纲:
|
||||
<a-button type="primary" size="small" style="margin-left:10px;" @click="openPdf(ktangInfo?.zyJxdg?.filePath)">预览</a-button>
|
||||
<a-button type="primary" size="small" style="margin-left:10px;" @click="openPdf(ktangInfo?.zyJxdg?.pdfPath)">预览</a-button>
|
||||
<a-button type="primary" size="small" style="margin-left:10px;" @click="downloadFile(ktangInfo?.zyJxdg?.filePath)">下载</a-button>
|
||||
</div>
|
||||
<div v-if="ktangInfo?.zyJxdg?.filePath">
|
||||
教学日历:
|
||||
<a-button type="primary" size="small" style="margin-left:10px;" @click="openPdf(ktangInfo?.zyJxdg?.jxrlFilePath)">预览</a-button>
|
||||
<a-button type="primary" size="small" style="margin-left:10px;" @click="openPdf(ktangInfo?.zyJxdg?.jxrlPdfPath)">预览</a-button>
|
||||
<a-button type="primary" size="small" style="margin-left:10px;" @click="downloadFile(ktangInfo?.zyJxdg?.jxrlFilePath)">下载</a-button>
|
||||
</div>
|
||||
</a-space>
|
||||
|
|
|
@ -43,8 +43,8 @@
|
|||
<template #extra>
|
||||
<span v-show="one.showBtn">
|
||||
<a-space>
|
||||
<div><a-button type="primary" size="small" @click="addTwo($event, one)" class="twoBtn addBtn" title="新增二级"><Icon icon="ant-design:plus-outlined"/></a-button></div>
|
||||
<div><a-button type="primary" size="small" danger @click="delOne($event, one)" class="addBtn" title="删除此项及以下"><Icon icon="ant-design:delete"/></a-button></div>
|
||||
<div><a-button type="primary" size="small" @click="addTwo($event, one)" class="twoBtn addBtn" title="新增章节"><Icon icon="ant-design:plus-outlined"/></a-button></div>
|
||||
<div><a-button type="primary" size="small" danger @click="delOne($event, one)" class="addBtn" title="删除"><Icon icon="ant-design:delete"/></a-button></div>
|
||||
</a-space>
|
||||
</span>
|
||||
</template>
|
||||
|
@ -70,8 +70,8 @@
|
|||
<template #extra>
|
||||
<span v-show="two.showBtn">
|
||||
<a-space>
|
||||
<a-button type="primary" size="small" class="addBtn" title="展开收起"><Icon icon="ant-design:plus-outlined"/></a-button>
|
||||
<a-button type="primary" size="small" danger @click="delTwo($event, one, two)" class="addBtn" title="删除此项及以下"><Icon icon="ant-design:delete"/></a-button>
|
||||
<a-button type="primary" size="small" class="addBtn" title="上传资源"><Icon icon="ant-design:plus-outlined"/></a-button>
|
||||
<a-button type="primary" size="small" danger @click="delTwo($event, one, two)" class="addBtn" title="删除"><Icon icon="ant-design:delete"/></a-button>
|
||||
</a-space>
|
||||
</span>
|
||||
</template>
|
||||
|
@ -97,9 +97,9 @@
|
|||
<span class="hand" @click="viewThreePage(three)">{{ three.title }}</span>
|
||||
<span v-show="three.showBtn">
|
||||
<a-space>
|
||||
<a-button type="primary" size="small" @click="viewThreePage(three)" class="addBtn"><Icon icon="ant-design:fund-view-outlined"/></a-button>
|
||||
<a-button type="primary" size="small" @click="editThreePage(two, Object.assign({},three), threeIndex)" class="addBtn"><Icon icon="ant-design:edit"/></a-button>
|
||||
<a-button type="primary" size="small" danger @click="delThree($event, two, three)" class="addBtn"><Icon icon="ant-design:delete"/></a-button>
|
||||
<a-button type="primary" size="small" title="预览" @click="viewThreePage(three)" class="addBtn"><Icon icon="ant-design:fund-view-outlined"/></a-button>
|
||||
<a-button type="primary" size="small" title="编辑" @click="editThreePage(two, Object.assign({},three), threeIndex)" class="addBtn"><Icon icon="ant-design:edit"/></a-button>
|
||||
<a-button type="primary" size="small" title="删除" danger @click="delThree($event, two, three)" class="addBtn"><Icon icon="ant-design:delete"/></a-button>
|
||||
</a-space>
|
||||
</span>
|
||||
|
||||
|
|
Loading…
Reference in New Issue