- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
23 lines
752 B
Plaintext
23 lines
752 B
Plaintext
<div class="ui_dialog" id="dialog_workflow">
|
|
|
|
<div id="spgrid_workflow">
|
|
<table class="grid_data">
|
|
<thead>
|
|
<tr>
|
|
<td style="width: 20px;"><input class="grid_selector" type="checkbox" id="cbAll"/></td>
|
|
<td style="width: 28px;">序号</td>
|
|
<td>审批节点</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="row{{i%2}}">
|
|
<td><input class="grid_selector" type="checkbox" id="cb{{i}}"/></td>
|
|
<td>{{i+1}}</td>
|
|
<td>开班人 {{value.checkername}}{{value.checkercode}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="grid_pagination"></div>
|
|
</div>
|
|
|
|
</div> |