Browse Source

feat: 关注模块

master
wangxiang 2 years ago
parent
commit
760864d3fb
  1. 4
      src/views/common/push/pushConcern/index.vue

4
src/views/common/push/pushConcern/index.vue

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

Loading…
Cancel
Save