|
|
|
@ -68,7 +68,7 @@
|
|
|
|
|
<a class="uploader-browse-folder" style="display: none;"><u>select folder</u></a>
|
|
|
|
|
<a class="uploader-browse-image" style="display: none;"><u>select images</u></a>
|
|
|
|
|
<a class="uploader-browse-pvwpm" style="display: none;"><u>select [.ppt', '.pptx', '.doc', '.docx', '.pdf', '.mp4']</u></a>
|
|
|
|
|
<button type="button" class="layui-btn bg_button uploader-browse">选择文件</button>
|
|
|
|
|
<button type="button" class="layui-btn bg_button uploader-browse" style="${!user.get().isAdmin ? '':'display: none;'}">选择文件</button>
|
|
|
|
|
<button type="button" class="layui-btn bg_button" style="display: none;" id="testListAction">
|
|
|
|
|
开始上传
|
|
|
|
|
</button>
|
|
|
|
@ -120,7 +120,7 @@
|
|
|
|
|
<div class="layui-row" id="handsOnSimulationTasks" style="${teacherOpenCourseHandsOn.handsOnId != null?'':'display: none;'}">
|
|
|
|
|
<div>
|
|
|
|
|
<label class="layui-form-label">实操任务:</label>
|
|
|
|
|
<div class="layui-input-block">
|
|
|
|
|
<div class="layui-input-block" style="${!user.get().isAdmin?'':'display: none;'}">
|
|
|
|
|
<button type="button" class="layui-btn bg_button button_add" style="float: left">
|
|
|
|
|
<i class="layui-icon"></i>
|
|
|
|
|
</button>
|
|
|
|
@ -144,23 +144,23 @@
|
|
|
|
|
<th>操作</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<script id="sc_demo" type="text/html">
|
|
|
|
|
{{# layui.each(d.list, function(index, item){ }}
|
|
|
|
|
<tr>
|
|
|
|
|
<td>{{item.taskOrder}}</td>
|
|
|
|
|
<td>{{item.taskTitle}}</td>
|
|
|
|
|
<td>{{item.taskType == '1'?'观看视频':item.taskType == '2'?'观看PPT': item.taskType ==
|
|
|
|
|
'3'?'理论测评':item.taskType == '4'?'实训操作步骤':item.taskType == '5'?'报告撰写':'其他'}}
|
|
|
|
|
</td>
|
|
|
|
|
<td>{{item.taskScore}}</td>
|
|
|
|
|
<td><a taskid="{{item.taskId}}" class="layui-btn layui-btn-sm bg_button bj">编辑</a> <a
|
|
|
|
|
taskid="{{item.taskId}}" style="background-color: red" class="layui-btn layui-btn-sm sc">删除</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
{{# }); }}
|
|
|
|
|
</script>
|
|
|
|
|
<tbody id="sc_view">
|
|
|
|
|
|
|
|
|
|
<tbody >
|
|
|
|
|
<!--#if(handsOnSimulationTasks != null && handsOnSimulationTasks != '' && handsOnSimulationTasks != '""'&& handsOnSimulationTasks != []){-->
|
|
|
|
|
<!--# for(item in handsOnSimulationTasks){ -->
|
|
|
|
|
<tr>
|
|
|
|
|
<td>${item.taskOrder}</td>
|
|
|
|
|
<td>${item.taskTitle}</td>
|
|
|
|
|
<td>${item.taskTitle == '1'?'观看视频':item.taskType == '2'?'观看PPT': item.taskType ==
|
|
|
|
|
'3'?'理论测评':item.taskType == '4'?'实训操作步骤':item.taskType == '5'?'报告撰写':'其他'}
|
|
|
|
|
</td>
|
|
|
|
|
<td>${item.taskScore}</td>
|
|
|
|
|
<td><a taskid="${item.taskId}" class="layui-btn layui-btn-sm bg_button bj">编辑</a> <a
|
|
|
|
|
taskid="${item.taskId}" style="background-color: red" class="layui-btn layui-btn-sm sc">删除</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--#} -->
|
|
|
|
|
<!--#}-->
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|