18 lines
729 B
XML
18 lines
729 B
XML
{
|
|
"widgettype": "DataViewer",
|
|
"options": {
|
|
"url": "{{entire_url('/pipeline_task/api/task_list.dspy')}}",
|
|
"title": "任务中心",
|
|
"pageSize": 20,
|
|
"new_data_url": "{{entire_url('/pipeline_task/task_submit.ui')}}",
|
|
"fields": [
|
|
{"name": "id", "title": "任务ID", "width": "120px"},
|
|
{"name": "title", "title": "标题", "width": "30%"},
|
|
{"name": "pipeline_type", "title": "产线类型", "width": "100px"},
|
|
{"name": "state", "title": "状态", "width": "100px"},
|
|
{"name": "current_version", "title": "版本", "width": "80px"},
|
|
{"name": "created_at", "title": "创建时间", "width": "160px"}
|
|
]
|
|
}
|
|
}
|