实现V4 Trace事项卡前端展示

This commit is contained in:
andy
2026-07-21 18:15:19 +07:00
parent 38661257d1
commit f3b6adda17
10 changed files with 931 additions and 7 deletions

View File

@@ -358,11 +358,17 @@ export interface ReservationV4TaskCardFieldResult {
edit_scope: string | null
write_target: string | null
options_source: string | null
fixed_options?: ReservationV4TaskCardFieldOptionResult[] | null
raw_readonly: boolean | null
validation_errors: string[]
control_hint: string | null
}
export interface ReservationV4TaskCardFieldOptionResult {
value: string
label: string | null
}
export interface ReservationV4RoomInformationRoomItem extends ReservationRecord {
room_type_code?: string | null
room_count?: number | string | null