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