修复任务字段过滤与控件可写规则
This commit is contained in:
@@ -332,6 +332,12 @@ export interface ReservationTaskFieldResult {
|
||||
number_input: string | null
|
||||
file_display: string | null
|
||||
table_editable: string | null
|
||||
control_type?: string | null
|
||||
edit_scope?: string | null
|
||||
write_target?: string | null
|
||||
options_source?: string | null
|
||||
raw_readonly?: boolean | null
|
||||
control_hint?: string | null
|
||||
enum_options: string | null
|
||||
required_rule: string | null
|
||||
display_condition: string | null
|
||||
|
||||
Reference in New Issue
Block a user