| | |
| | | <i class="fa fa-plus"></i> [[#{jsp.add.language}]] |
| | | </a> |
| | | |
| | | <a style="background-color: #7b76b7;border-color: #7b76b7;color: #FFFFFF" |
| | | class="btn single disabled" onclick="$.operate.edit()" shiro:hasPermission="exam:level:edit"> |
| | | <a class="btn btn-primary single disabled" onclick="$.operate.edit()" shiro:hasPermission="exam:level:edit"> |
| | | <i class="fa fa-edit"></i> [[#{basis.edit}]] |
| | | </a> |
| | | <a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" |
| | | shiro:hasPermission="exam:level:remove"> |
| | | <i class="fa fa-remove"></i> [[#{basis.del}]] |
| | | </a> |
| | | <a style="background-color: #a87242;border-color: #a87242;color: #FFFFFF" |
| | | class="btn" onclick="$.table.exportExcel()" shiro:hasPermission="exam:level:export"> |
| | | <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="exam:level:export"> |
| | | <i class="fa fa-download"></i> [[#{basis.export}]] |
| | | </a> |
| | | </div> |
| | |
| | | if (!uuid) { |
| | | actions.push('<a class="btn btn-primary btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="detail(\'' + row.uuid + '\')"><i class="fa fa-edit"></i>' +[[#{jsp.main.031}]]+'</a> '); |
| | | } |
| | | // actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>' + [[#{basis.edit}]] + '</a> '); |
| | | // actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>' + [[#{basis.del}]] + '</a>'); |
| | | actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>' + [[#{basis.edit}]] + '</a> '); |
| | | actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>' + [[#{basis.del}]] + '</a>'); |
| | | return actions.join(''); |
| | | } |
| | | }] |