From 89949fc82a0194f985cb542abb7118724804bd5b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 19 五月 2020 11:41:06 +0800 Subject: [PATCH] 2020-05-19 --- src/templates/sharecomponent/chartgroupcomponent/chartform/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/chartgroupcomponent/chartform/index.jsx b/src/templates/sharecomponent/chartgroupcomponent/chartform/index.jsx index e8a9eb5..b42e6de 100644 --- a/src/templates/sharecomponent/chartgroupcomponent/chartform/index.jsx +++ b/src/templates/sharecomponent/chartgroupcomponent/chartform/index.jsx @@ -424,9 +424,10 @@ {bold: 'true', uuid: 'cardtitle', content: 'Card title', datatype: 'static', align: 'left'}, {bold: 'false', uuid: 'carddescription', content: 'Card content', datatype: 'static', align: 'left'} ] - result.actions = [] + result.actions = [{icon: 'edit'}, {icon: 'plus'}] result.header = { - title: {content: 'Card title', datatype: 'static'}, + content: 'Card title', + datatype: 'static', actions: [] } result.avatar = {content: 'https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png', datatype: 'static', width: 32, height: 32} -- Gitblit v1.8.0