Merge branch 'Wren' into shiy-login

This commit is contained in:
2025-11-26 10:49:26 +08:00
3 changed files with 1601 additions and 6 deletions
+1 -1
View File
@@ -814,7 +814,7 @@ export default function RuleGroupsIndex() {
<Table
columns={columns}
dataSource={processedData}
rowKey="id"
rowKey={(record) => record.isParent ? `parent-${record.id}` : `child-${record.id}`}
emptyText="暂无分组数据"
className="tree-table"
/>