diff --git a/src/views/monitor/log/operation/index.vue b/src/views/monitor/log/operation/index.vue index 64901f6..b62988b 100644 --- a/src/views/monitor/log/operation/index.vue +++ b/src/views/monitor/log/operation/index.vue @@ -89,7 +89,7 @@ const columns: TableInstance['columns'] = [ { title: '所属模块', dataIndex: 'module', align: 'center', ellipsis: true, tooltip: true }, { title: '状态', - dataIndex: 'status', + // dataIndex: 'status', slotName: 'status', align: 'center', filterable: {