feat: 修复Bug #2029 (#2030)

This commit is contained in:
Ron Zhang
2025-02-07 09:28:06 +08:00
committed by GitHub
parent cc66ebd684
commit 30adaa3f20
4 changed files with 11 additions and 11 deletions

View File

@@ -178,7 +178,7 @@ export type QueryDataType = {
export type ColumnType = {
authorized: boolean;
name: string;
nameEn: string;
bizName: string;
showType: string;
type: string;
dataFormatType: string;