修复任务字段过滤与控件可写规则

This commit is contained in:
andy
2026-07-13 09:52:10 +08:00
parent b05001e481
commit 20eac61cb6
9 changed files with 593 additions and 132 deletions

View File

@@ -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