* zin: refine project list page.

This commit is contained in:
陈涛
2023-04-12 15:48:43 +08:00
parent 81305cbe99
commit b99d48fb65
9 changed files with 282 additions and 84 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ class project extends control
$this->view->projectType = $projectType;
$this->view->param = $param;
$this->view->orderBy = $orderBy;
$this->view->recTotal = $recTotal;
$this->view->recTotal = $pager->recTotal;
$this->view->recPerPage = $recPerPage;
$this->view->pageID = $pageID;
$this->view->showBatchEdit = $this->cookie->showProjectBatchEdit;