chore: 编译类型错误

This commit is contained in:
TsMask
2025-02-20 19:24:06 +08:00
parent f60e530636
commit bae61108be
3 changed files with 109 additions and 36 deletions

View File

@@ -1084,7 +1084,7 @@ onBeforeUnmount(() => {
:scroll="{ y: 250 }"
size="small"
:custom-row="
record => ({
(record:any) => ({
onClick: () => handleRowClick(record),
class: selectedRow.includes(record.kpiId) ? 'selected-row' : '',
})