- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
<div id="list_tm" style="">
|
|
<div class="grid_toolbar">
|
|
<table style="width:100%;">
|
|
<tr>
|
|
<td style="width:100%;">
|
|
<button type="button" id="btnAddtm" ui-config="style:'button_submit'">添加
|
|
</button>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<table class="grid_data">
|
|
<thead>
|
|
<tr>
|
|
<td><input class="grid_selector" type="checkbox" id="cbAll"/></td>
|
|
<td>操作</td>
|
|
<td>序号</td>
|
|
<td>题目类别</td>
|
|
<td>题目描述</td>
|
|
<td>是否必答</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="row{{i%2}}">
|
|
<td><input class="grid_selector" type="checkbox" id="cb{{i}}"/></td>
|
|
<td class="tableCenterTd">
|
|
<a class="icon icon_rowdelete" title="删除" href="javascript:void(0);"
|
|
onclick="deletekcRow(this);"></a>
|
|
</td>
|
|
<td>{{i+1}}</td>
|
|
<#--<td><input class="pglb" value="{{value.pglb}}" /></td>-->
|
|
<td>
|
|
<select id="sellb" class="sellb" style="width:120px;height:30px;" name='{{value.pglb}}'>
|
|
<option value='组织保障'>组织保障</option>
|
|
<option value='课程评价'>课程评价</option>
|
|
<option value='讲师评价'>讲师评价</option>
|
|
<option value='其他'>其他</option>
|
|
<option value='问答'>问答</option>
|
|
</select>
|
|
</td>
|
|
<td><input class="tm" style="width: 700px;" value="{{value.tm}}" /></td>
|
|
<#--<td><input class="ismust" value="{{value.ismust}}" /></td>-->
|
|
<td>
|
|
<select id="selmust" class="selmust" style="width:100px;height:30px;" name='{{value.ismust}}'>
|
|
<option value='必答'>必答</option>
|
|
<option value='选答'>选答</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|