fix demo
This commit is contained in:
parent
9cdf1772b4
commit
ea31e617aa
|
@ -82,6 +82,13 @@ amis 是一个低代码前端框架,它使用 JSON 配置来生成页面,可
|
||||||
"headerToolbar": [
|
"headerToolbar": [
|
||||||
"filter-toggler",
|
"filter-toggler",
|
||||||
"bulkActions",
|
"bulkActions",
|
||||||
|
{
|
||||||
|
"type": "action",
|
||||||
|
"label": "重置测试数据",
|
||||||
|
"actionType": "ajax",
|
||||||
|
"size": "sm",
|
||||||
|
"api": "https://houtai.baidu.com/api/sample/reset"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "tpl",
|
"type": "tpl",
|
||||||
"tpl": "一共有 ${count} 行数据。",
|
"tpl": "一共有 ${count} 行数据。",
|
||||||
|
|
Loading…
Reference in New Issue