| {{ t('operation_logs.table_module') }} | +{{ t('operation_logs.table_entity_id') }} | +{{ t('operation_logs.table_user') }} | +{{ t('operation_logs.table_action') }} | +{{ t('operation_logs.table_ip') }} | +{{ t('operation_logs.table_remark') }} | +{{ t('operation_logs.table_created_at') }} | +
|---|---|---|---|---|---|---|
| {{ t('sysadmin.loading') }} | +||||||
| {{ t('operation_logs.no_logs') }} | +||||||
| + + {{ t(`operation_logs.module_${log.module}`) }} + + | +{{ log.entity_id }} | +
+
+
+ |
+ + + {{ formatActionType(log.action_type) }} + + | +{{ log.ip }} | +{{ log.remark || '-' }} | +{{ log.created_at ? new Date(log.created_at).toLocaleString() : '-' }} | +