You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart TB
Start --> A[调用 API 获取 Fields 信息]
A --> B[从前端存储获取默认表头列表]
B --> C[遍历默认表头列表]
C --> C1[根据 `title` 字段确定展示给用户的表头名字]
C1 --> C2[根据 `type` 字段确定字段展示的格式]
C2 --> C3[根据 `sortable` 字段确定是否展示排序按钮]
C3 --> D{遍历结束?}
D --否--> C
D --是--> End
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: