This commit is contained in:
RickCole21 2020-10-19 10:04:52 +08:00
parent cc683b8ded
commit 34dec9cf04

View File

@ -77,8 +77,13 @@ List 的内容、Card 卡片的内容配置同上
},
"controls": [
{
"type": "tpl",
"tpl": "<span class='label label-info m-l-sm'><%= data.item %></span>"
"type": "each",
"label": "静态展示each",
"name": "each",
"items": {
"type": "tpl",
"tpl": "<span class='label label-info m-l-sm'><%= data.item %></span>"
}
}
]
}