|
|
|
@ -5,7 +5,7 @@
@@ -5,7 +5,7 @@
|
|
|
|
|
@selection-change="handleSelectionChange" |
|
|
|
|
> |
|
|
|
|
<template #expandedRowRender="{ record }"> |
|
|
|
|
<BasicTable @register="pushTypeRegisterTable"> |
|
|
|
|
<BasicTable :searchInfo="{ userId: record.concernUserId }" @register="pushTypeRegisterTable"> |
|
|
|
|
<template #bodyCell="{ column, record }"> |
|
|
|
|
<template v-if="column.key === 'action'"> |
|
|
|
|
<TableAction :actions="[ |
|
|
|
@ -145,7 +145,7 @@
@@ -145,7 +145,7 @@
|
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
|
fixed: false |
|
|
|
|
}, |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
/** 处理多选框选中数据 */ |
|
|
|
|