commit
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ public class ClubInfoManageController {
|
|||||||
cnd.and("c.id", "in", stid);
|
cnd.and("c.id", "in", stid);
|
||||||
}
|
}
|
||||||
|
|
||||||
cnd.asc("state").desc("create_time");
|
cnd.asc("c.code * 1").asc("state").desc("create_time");
|
||||||
sql.setCondition(cnd);
|
sql.setCondition(cnd);
|
||||||
Pagination pagination = baseService.listPageMap(pageForm.getPageNumber(), pageForm.getPageSize(), sql);
|
Pagination pagination = baseService.listPageMap(pageForm.getPageNumber(), pageForm.getPageSize(), sql);
|
||||||
return pagination;
|
return pagination;
|
||||||
|
|||||||
@@ -144,7 +144,11 @@ layout("/layouts/platform.html"){
|
|||||||
show-overflow-tooltip prop="cynum"></el-table-column>
|
show-overflow-tooltip prop="cynum"></el-table-column>
|
||||||
|
|
||||||
<el-table-column align="center" sortable header-align="center" label="成立时间"
|
<el-table-column align="center" sortable header-align="center" label="成立时间"
|
||||||
width="100px" show-overflow-tooltip prop="foundtime"></el-table-column>
|
width="160px" show-overflow-tooltip prop="foundtime">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{moment(scope.row.foundtime).format('YYYY-MM-DD')}}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column align="center" sortable header-align="center" label="状态"
|
<el-table-column align="center" sortable header-align="center" label="状态"
|
||||||
show-overflow-tooltip prop="isjs">
|
show-overflow-tooltip prop="isjs">
|
||||||
|
|||||||
Reference in New Issue
Block a user