|
|
@ -5,7 +5,7 @@ |
|
|
|
@selection-change="handleSelectionChange" |
|
|
|
@selection-change="handleSelectionChange" |
|
|
|
> |
|
|
|
> |
|
|
|
<template #expandedRowRender="{ record }"> |
|
|
|
<template #expandedRowRender="{ record }"> |
|
|
|
<BasicTable :searchInfo="{ concernUserId: record.concernUserId }" @register="pushTypeRegisterTable"> |
|
|
|
<BasicTable :searchInfo="{ concernFanId: record.id }" @register="pushTypeRegisterTable"> |
|
|
|
<template #bodyCell="{ column, record }"> |
|
|
|
<template #bodyCell="{ column, record }"> |
|
|
|
<template v-if="column.key === 'action'"> |
|
|
|
<template v-if="column.key === 'action'"> |
|
|
|
<TableAction :actions="[ |
|
|
|
<TableAction :actions="[ |
|
|
|