Showing
1 changed file
with
1 additions
and
0 deletions
@@ -82,6 +82,7 @@ | @@ -82,6 +82,7 @@ | ||
82 | bordered: true, | 82 | bordered: true, |
83 | showIndexColumn: false, | 83 | showIndexColumn: false, |
84 | canResize: false, | 84 | canResize: false, |
85 | + rowKey: (record) => record.id, | ||
85 | actionColumn: { | 86 | actionColumn: { |
86 | width: 200, | 87 | width: 200, |
87 | title: t('routes.common.system.pageSystemTitleOperation'), //操作 | 88 | title: t('routes.common.system.pageSystemTitleOperation'), //操作 |