|
|
@ -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);
|
|
|
|