|
@@ -31,7 +31,7 @@
|
|
|
<script>
|
|
|
layList.tableList('List', "{:Url('groupList')}", function () {
|
|
|
return [
|
|
|
- {field: 'id', title: 'ID', sort: true, event: 'id', width: '10%'},
|
|
|
+ {field: 'id', title: 'ID', sort: true, event: 'id', width: '5%'},
|
|
|
{field: 'name', title: '姓名', width: '8%'},
|
|
|
{field: 'gender', title: '性别', width: '5%'},
|
|
|
{field: 'idcard', title: '身份证号码', width: '15%'},
|