考试统计修改

master
dsh 12 months ago
parent aa4f589bb2
commit 03c0ae1057

@ -11,7 +11,7 @@
<div class="select-list"> <div class="select-list">
<ul> <ul>
<li> <li>
<label>姓名:</label> <label>姓名:</label>
<input type="text" name="userName"/> <input type="text" name="userName"/>
</li> </li>
<li> <li>
@ -93,16 +93,6 @@
formatter: function(value, row, index) { formatter: function(value, row, index) {
return $.table.selectDictLabel(typeDatas, value); return $.table.selectDictLabel(typeDatas, value);
} }
},
{
// title: '操作',
// align: 'center',
// formatter: function(value, row, index) {
// var actions = [];
// 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>编辑</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>删除</a>');
// return actions.join('');
// }
}] }]
}; };
$.table.init(options); $.table.init(options);

Loading…
Cancel
Save