新增提示Toast组件
This commit is contained in:
@@ -542,7 +542,12 @@ export default function RuleGroupsIndex() {
|
||||
<div className="content-container rule-groups-page">
|
||||
{/* 页面头部 */}
|
||||
<div className="flex justify-between items-center mb-4">
|
||||
<h2 className="text-xl font-medium">评查点分组管理</h2>
|
||||
<h2 className="text-xl font-medium flex">评查点分组管理
|
||||
<div className="flex items-center bg-white px-3 py-1 rounded-md">
|
||||
<span className="text-sm text-secondary">分组数:</span>
|
||||
<span className="text-base font-normal text-primary ml-1">{processedData.length}</span>
|
||||
</div>
|
||||
</h2>
|
||||
<div className="flex">
|
||||
<Button
|
||||
type="default"
|
||||
@@ -634,13 +639,13 @@ export default function RuleGroupsIndex() {
|
||||
/>
|
||||
|
||||
{/* 分页 - 使用Pagination组件 */}
|
||||
<Pagination
|
||||
{/* <Pagination
|
||||
currentPage={1}
|
||||
total={processedData.length}
|
||||
pageSize={10}
|
||||
onChange={() => {}}
|
||||
showTotal={true}
|
||||
/>
|
||||
/> */}
|
||||
</>
|
||||
)}
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user