diff --git a/apps/vben5/packages/@abp/auditing/src/components/audit-logs/AuditLogTable.vue b/apps/vben5/packages/@abp/auditing/src/components/audit-logs/AuditLogTable.vue index a343888a0..451b900e6 100644 --- a/apps/vben5/packages/@abp/auditing/src/components/audit-logs/AuditLogTable.vue +++ b/apps/vben5/packages/@abp/auditing/src/components/audit-logs/AuditLogTable.vue @@ -163,6 +163,7 @@ const gridOptions: VxeGridProps = { { align: 'left', field: 'clientIpAddress', + slots: { default: 'clientIpAddress' }, sortable: true, title: $t('AbpAuditLogging.ClientIpAddress'), width: 150, @@ -280,6 +281,12 @@ function onFilter(field: string, value: any) {