This commit is contained in:
@jyuhsin
2024-12-23 09:10:54 +08:00
parent 2a9fb3f053
commit 9886b06c4a
2 changed files with 6 additions and 2 deletions
@@ -159,7 +159,7 @@ public class ClubInfoManageController {
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);
Pagination pagination = baseService.listPageMap(pageForm.getPageNumber(), pageForm.getPageSize(), sql);
return pagination;
@@ -144,7 +144,11 @@ layout("/layouts/platform.html"){
show-overflow-tooltip prop="cynum"></el-table-column>
<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="状态"
show-overflow-tooltip prop="isjs">