{ "id": "unified_dashboard", "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "16px" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "工作台", "fontSize": "20px", "fontWeight": "bold", "marginBottom": "16px" } }, { "widgettype": "HBox", "options": { "gap": "16px", "flexWrap": "wrap", "marginBottom": "24px" }, "subwidgets": [ { "widgettype": "VBox", "options": { "color": "white", "padding": "24px", "borderRadius": "8px", "minWidth": "200px", "flex": 1, "bgcolor": "#4CAF50" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "客户总数", "fontSize": "14px", "opacity": 0.9 } }, { "widgettype": "Text", "id": "lbl_customer_count", "options": { "text": "--", "fontSize": "32px", "fontWeight": "bold" } } ] }, { "widgettype": "VBox", "options": { "color": "white", "padding": "24px", "borderRadius": "8px", "minWidth": "200px", "flex": 1, "bgcolor": "#2196F3" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "商机总数", "fontSize": "14px", "opacity": 0.9 } }, { "widgettype": "Text", "id": "lbl_opportunity_count", "options": { "text": "--", "fontSize": "32px", "fontWeight": "bold" } } ] }, { "widgettype": "VBox", "options": { "color": "white", "padding": "24px", "borderRadius": "8px", "minWidth": "200px", "flex": 1, "bgcolor": "#FF9800" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "合同总数", "fontSize": "14px", "opacity": 0.9 } }, { "widgettype": "Text", "id": "lbl_contract_count", "options": { "text": "--", "fontSize": "32px", "fontWeight": "bold" } } ] }, { "widgettype": "VBox", "options": { "color": "white", "padding": "24px", "borderRadius": "8px", "minWidth": "200px", "flex": 1, "bgcolor": "#F44336" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "待审批", "fontSize": "14px", "opacity": 0.9 } }, { "widgettype": "Text", "id": "lbl_approval_count", "options": { "text": "--", "fontSize": "32px", "fontWeight": "bold" } } ] } ] } ] }