mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 09:58:56 +08:00
org sortorder
This commit is contained in:
parent
12c4c3720d
commit
71aefa2b05
@ -249,7 +249,6 @@ public class Organizations extends JpaBaseDomain implements Serializable{
|
||||
this.email = email;
|
||||
}
|
||||
|
||||
|
||||
public String getSortOrder() {
|
||||
return sortOrder;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user