feat: 优化前端组件样式及功能

refactor: 重构定时任务表单布局
fix: 修复用户导入组件按钮顺序
style: 统一对话框按钮顺序
feat: 添加用户头像默认显示
refactor: 移除表格列筛选功能
feat: 添加vue3-cron-plus-picker类型定义
fix: 修正日志处理时间显示格式
style: 优化IntervalTab组件布局
This commit is contained in:
zhangtao
2025-07-26 11:51:04 +08:00
parent 1217a5a4eb
commit e7ebbf5479
28 changed files with 190 additions and 290 deletions
+1 -1
View File
@@ -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;