wuyongtao
|
93449b7f0e
|
fix(frontend): 修复操作日志与数据转换类型错误,修正普通用户角色取值
- OperationLogView: showDetail 调用补充 OperationLog 类型断言
- DataConvertView: beforeUpload 参数类型改为 UploadRawFile 并直接读取 file.type
- UserCreateView: 普通用户角色值 user 修正为 operator
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-08-19 11:33:45 +08:00 |
|
wangjiming
|
4e27b98a84
|
修改用户设置的新增用户的权限点击操作
|
2026-08-17 16:04:04 +08:00 |
|
wuyongtao
|
e397bcc2ca
|
fix: 修复数据转换页面类型检查错误
- statusTag 返回类型改用 TagProps['type'],修复 el-tag type 属性 TS 报错
- handleDelete 参数加 DataConvertTask 类型断言,修复 DefaultRow 类型不匹配
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-08-05 16:47:53 +08:00 |
|
wangjiming
|
c64fa1cd61
|
新增数据类型转换
|
2026-08-05 16:23:00 +08:00 |
|
caoxiaozhu
|
0f8f41057a
|
feat: 新增数据类型转换页面
实现 DataConvertView 替换占位页,工具页 JSON 转 JSONL 入口跳转到该页面,路由指向真实视图,配套回归脚本。
|
2026-07-13 11:04:08 +08:00 |
|