mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-19 18:57:11 +08:00
fix: 修复操作日志列表根据状态筛选不生效的问题 (#76)
This commit is contained in:
@@ -89,7 +89,7 @@ const columns: TableInstance['columns'] = [
|
|||||||
{ title: '所属模块', dataIndex: 'module', align: 'center', ellipsis: true, tooltip: true },
|
{ title: '所属模块', dataIndex: 'module', align: 'center', ellipsis: true, tooltip: true },
|
||||||
{
|
{
|
||||||
title: '状态',
|
title: '状态',
|
||||||
dataIndex: 'status',
|
// dataIndex: 'status',
|
||||||
slotName: 'status',
|
slotName: 'status',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
filterable: {
|
filterable: {
|
||||||
|
Reference in New Issue
Block a user