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