fix: 编译类型错误
This commit is contained in:
@@ -1095,7 +1095,7 @@ onBeforeUnmount(() => {
|
||||
:scroll="{ y: 250 }"
|
||||
size="small"
|
||||
:custom-row="
|
||||
record => ({
|
||||
(record:any) => ({
|
||||
onClick: () => handleRowClick(record),
|
||||
class: selectedRow.includes(record.kpiId) ? 'selected-row' : '',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user