org sortorder

This commit is contained in:
shimingxy 2020-04-25 13:20:40 +08:00
parent 12c4c3720d
commit 71aefa2b05
2 changed files with 215 additions and 216 deletions

View File

@ -249,7 +249,6 @@ public class Organizations extends JpaBaseDomain implements Serializable{
this.email = email;
}
public String getSortOrder() {
return sortOrder;
}

View File

@ -233,7 +233,7 @@ $(function () {
<th data-sortable="true" data-field="id" data-visible="false">Id</th>
<th data-field="id"><@locale code="org.id"/></th>
<th data-field="name"><@locale code="org.name"/></th>
<th data-field="sortorder"><@locale code="org.sortorder"/></th>
<th data-field="sortOrder"><@locale code="org.sortorder"/></th>
<th data-field="division" data-visible="false"><@locale code="org.division"/></th>
<th data-field="description"><@locale code="org.description"/></th>
</tr>