This commit is contained in:
daihh
2023-01-06 19:48:55 +08:00
parent 153be9e6af
commit dc127205d1
2 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ export function testType(type) { //此方法移到tools中
}
export function toScoreTow(score) {// 返回两位小数
if (!score) {
return '0';
return '';
}
if((''+score).indexOf('.')>-1){
return score.toFixed(2);

View File

@@ -134,7 +134,7 @@
<div>
<div style="line-height: 30px;">
<div>请在当前面板选择需要上传的课件</div>
<div style="">提示课件大小超过1G时无法上传请先压缩视频或剪切成多个再上传</div>
<div style="">提示课件大小超过1G时无法上传请先压缩视频或剪切成多个再上传如果上传zip文件必须是scorm标准打包文件</div>
</div>
<div>
<div style="display: flex;line-height: 30px;padding: 5px 0px;">
@@ -254,7 +254,7 @@
<el-checkbox label="pc端" v-model="form.device2"></el-checkbox>
</el-form-item>
<el-form-item label="允许下载">
<el-checkbox label="移动端" v-model="form.down"></el-checkbox>
<el-checkbox label="允许" v-model="form.down"></el-checkbox>
</el-form-item>
</el-form>
</div>