{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "20px", "bgcolor": "#F9FAFB" }, "subwidgets": [ { "widgettype": "Text", "options": { "fontSize": "24px", "fontWeight": "bold", "color": "#1E40AF", "marginBottom": "20px", "text": "合同管理" } }, { "widgettype": "ResponsableBox", "options": { "gap": "16px", "minWidth": "250px" }, "subwidgets": [ { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "borderRadius": "8px", "padding": "20px", "boxShadow": "0 1px 3px rgba(0,0,0,0.1)", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.contract_content", "options": { "url": "{{entire_url('contract_list.ui')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "fontSize": "18px", "fontWeight": "bold", "color": "#1E40AF", "text": "合同列表" } }, { "widgettype": "Text", "options": { "fontSize": "14px", "color": "#6B7280", "marginTop": "8px", "text": "查看所有合同及执行状态" } } ] }, { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "borderRadius": "8px", "padding": "20px", "boxShadow": "0 1px 3px rgba(0,0,0,0.1)", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.contract_content", "options": { "url": "{{entire_url('contract_edit.ui')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "fontSize": "18px", "fontWeight": "bold", "color": "#059669", "text": "新建合同" } }, { "widgettype": "Text", "options": { "fontSize": "14px", "color": "#6B7280", "marginTop": "8px", "text": "创建新的合同记录" } } ] }, { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "borderRadius": "8px", "padding": "20px", "boxShadow": "0 1px 3px rgba(0,0,0,0.1)", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.contract_content", "options": { "url": "{{entire_url('contract_detail.ui')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "fontSize": "18px", "fontWeight": "bold", "color": "#D97706", "text": "合同详情" } }, { "widgettype": "Text", "options": { "fontSize": "14px", "color": "#6B7280", "marginTop": "8px", "text": "查看合同详细信息及里程碑" } } ] }, { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "borderRadius": "8px", "padding": "20px", "boxShadow": "0 1px 3px rgba(0,0,0,0.1)", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.contract_content", "options": { "url": "{{entire_url('ai_config.ui')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "fontSize": "18px", "fontWeight": "bold", "color": "#7C3AED", "text": "AI配置" } }, { "widgettype": "Text", "options": { "fontSize": "14px", "color": "#6B7280", "marginTop": "8px", "text": "合同AI分析配置" } } ] } ] }, { "widgettype": "VBox", "id": "contract_content", "options": { "width": "100%", "flex": "1", "marginTop": "20px", "bgcolor": "#FFFFFF", "borderRadius": "8px", "padding": "20px", "boxShadow": "0 1px 3px rgba(0,0,0,0.1)" } } ] }