实现V4 Trace事项卡前端展示
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user