mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-26 14:23:48 +00:00
feat: 优化前端组件样式及功能
refactor: 重构定时任务表单布局 fix: 修复用户导入组件按钮顺序 style: 统一对话框按钮顺序 feat: 添加用户头像默认显示 refactor: 移除表格列筛选功能 feat: 添加vue3-cron-plus-picker类型定义 fix: 修正日志处理时间显示格式 style: 优化IntervalTab组件布局
This commit is contained in:
@@ -58,7 +58,7 @@ export interface LogTable {
|
||||
response_code?: number;
|
||||
request_payload?: string;
|
||||
response_json?: string;
|
||||
process_time?: number;
|
||||
process_time?: string;
|
||||
description?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
|
||||
Reference in New Issue
Block a user