33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {"width": "100%", "height": "100%", "padding": "0"},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {"otext": "左树:项目 → 阶段 → 任务 → 步骤/交付件;点击任务节点查看右侧输入输出。", "text": "左树:项目 → 阶段 → 任务 → 步骤/交付件;点击任务节点查看右侧输入输出。", "i18n": true,
|
|
"cfontsize": 0.8, "color": "#94a3b8", "padding": "4px 12px"}
|
|
},
|
|
{
|
|
"widgettype": "ResourceBrowser",
|
|
"id": "bid_task_rb",
|
|
"options": {
|
|
"css": "filler",
|
|
"tree_options": {
|
|
"widgettype": "Tree",
|
|
"options": {
|
|
"dataurl": "{{entire_url('/pipeline-bidding/api/bid_task_tree.dspy')}}",
|
|
"textField": "label",
|
|
"idField": "id",
|
|
"cfontsize": 0.95
|
|
}
|
|
},
|
|
"browser_options": {
|
|
"widgettype": "urlwidget",
|
|
"options": {"url": "{{entire_url('/pipeline-bidding/api/bid_task_io.dspy')}}"}
|
|
},
|
|
"tree_width": "42%"
|
|
}
|
|
}
|
|
]
|
|
}
|