|
|
@@ -98,7 +98,7 @@
|
|
|
</div>
|
|
|
<div id="user-window" title="用户管理" class="easyui-tabs" style="top: 150px; width: 550px; height: 400px" data-options="iconCls:'pag-list',modal:true,minimizable:false,maximizable:false,closed:true,resizable:false">
|
|
|
<div title="已分配">
|
|
|
- <table class="easyui-datagrid" id="allotTable" style="width: 100%; height: 345px" data-options="rownumbers:true,method:'get',border:false,toolbar:'#allotTab', pagination:true, pageSize:2">
|
|
|
+ <table class="easyui-datagrid" id="allotTable" style="width: 100%; height: 345px" data-options="rownumbers:false,method:'get',border:false,toolbar:'#allotTab', pagination:true, pageSize:2">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th data-options="field:'ck',checkbox:true,width:80"></th>
|
|
|
@@ -125,7 +125,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div title="未分配">
|
|
|
- <table class="easyui-datagrid" id="noAllotTable" style="width: 100%; height: 345px" data-options="rownumbers:true, method:'get', border:false, toolbar:'#noAllotTab', pagination:true, pageSize:2">
|
|
|
+ <table class="easyui-datagrid" id="noAllotTable" style="width: 100%; height: 345px" data-options="rownumbers:false, method:'get', border:false, toolbar:'#noAllotTab', pagination:true, pageSize:2">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th data-options="field:'ck',checkbox:true,width:80"></th>
|
|
|
@@ -335,7 +335,7 @@
|
|
|
pagination: true,
|
|
|
pageSize: 20,
|
|
|
border: false,
|
|
|
- rownumbers: true,
|
|
|
+ rownumbers: false,
|
|
|
singleSelect: true,
|
|
|
selectOnCheck: false,
|
|
|
checkOnSelect: true,
|