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 @@ @@ -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
},
}
});
/** 处理多选框选中数据 */

Loading…
Cancel
Save