fix: 编译类型检查错误
This commit is contained in:
@@ -618,7 +618,7 @@ onBeforeUnmount(() => {
|
||||
return record.msgDirect === 0 ? 'table-striped-recv' : 'table-striped-send';
|
||||
}"
|
||||
:customRow="
|
||||
record => {
|
||||
(record:any) => {
|
||||
return {
|
||||
onClick: () => fnVisible(record),
|
||||
};
|
||||
|
||||
@@ -705,7 +705,7 @@ onBeforeUnmount(() => {
|
||||
return `table-striped-${record.protocol}`
|
||||
}"
|
||||
:customRow="
|
||||
record => {
|
||||
(record:any) => {
|
||||
return {
|
||||
onClick: () => fnVisible(record),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user