mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
36 lines
1021 B
React
36 lines
1021 B
React
|
export default {
|
||
|
"$schema": "http://amis.baidu.com/v2/schemas/page.json#",
|
||
|
"title": "异步任务",
|
||
|
"body": [
|
||
|
'<p class="text-danger"></p>',
|
||
|
{
|
||
|
"type": "tasks",
|
||
|
"name": "tasks",
|
||
|
"items": [
|
||
|
{
|
||
|
"label": "hive 任务",
|
||
|
"key": "hive",
|
||
|
"status": 4,
|
||
|
"remark": "查看详情<a target=\"_blank\" href=\"http://www.baidu.com\">日志</a>。"
|
||
|
},
|
||
|
{
|
||
|
"label": "小流量",
|
||
|
"key": "partial",
|
||
|
"status": 4
|
||
|
},
|
||
|
{
|
||
|
"label": "全量",
|
||
|
"key": "full",
|
||
|
"status": 4
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"type": "tasks",
|
||
|
"name": "tasks",
|
||
|
"className": "b-a bg-white table-responsive m-t",
|
||
|
"checkApi": "/api/mock2/task"
|
||
|
}
|
||
|
]
|
||
|
}
|