Commit 710f8f72 by 罗建民

--story=1013404 --user=罗建民 主从表样式支持 https://www.tapd.cn/56664057/s/1129970

parent 8b37210f
Showing with 17 additions and 4 deletions
......@@ -141,8 +141,20 @@ class Example1 {
}
def getInputsTemplate() {
return "<strong>name</strong>:{name}<br/> " +
" <strong>status</strong>:{status}</br>" +
" other:{other}"
return [
[
"<strong>name</strong>:",
"{name}",
",name is test"
],
[
"<strong>status</strong>:",
"{status}"
],
[
"&emsp;&emsp;other:",
"{other}"
]
]
}
}
\ No newline at end of file
......@@ -227,7 +227,7 @@
"label": "template从表",
"relatedId": "id",
"style": "template",
"template": "<strong>name</strong>:{name}<br/>age:{age}",
"template": "{{[['<strong>name</strong>:','{name}'],['age:','{age}']]}}",
"controls": [
{
"property": "name",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment