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:
@@ -278,7 +278,7 @@ export function testType(type) { //此方法移到tools中
|
|||||||
}
|
}
|
||||||
export function toScoreTow(score) {// 返回两位小数
|
export function toScoreTow(score) {// 返回两位小数
|
||||||
if (!score) {
|
if (!score) {
|
||||||
return '0';
|
return '无';
|
||||||
}
|
}
|
||||||
if((''+score).indexOf('.')>-1){
|
if((''+score).indexOf('.')>-1){
|
||||||
return score.toFixed(2);
|
return score.toFixed(2);
|
||||||
|
|||||||
@@ -134,7 +134,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div style="line-height: 30px;">
|
<div style="line-height: 30px;">
|
||||||
<div>请在当前面板选择需要上传的课件</div>
|
<div>请在当前面板选择需要上传的课件</div>
|
||||||
<div style="">提示:课件大小超过1G时,无法上传,请先压缩视频,或剪切成多个再上传。</div>
|
<div style="">提示:课件大小超过1G时,无法上传,请先压缩视频,或剪切成多个再上传。如果上传zip文件必须是scorm标准打包文件</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div style="display: flex;line-height: 30px;padding: 5px 0px;">
|
<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-checkbox label="pc端" v-model="form.device2"></el-checkbox>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="允许下载">
|
<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-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user