Merge branch 'Wren' into shiy-login
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user