配合 amis 实现前端界面显示
This commit is contained in:
parent
bd61c42318
commit
1f9f930196
@ -45,9 +45,6 @@
|
||||
},
|
||||
"columnsCount": 1,
|
||||
"card": {
|
||||
"header": {
|
||||
"title": "<h3>$question</h3>"
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"name": "id",
|
||||
@ -64,6 +61,11 @@
|
||||
"label": "关键字",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "tpl",
|
||||
"name": "question",
|
||||
"tpl": "<h3>$question</h3>"
|
||||
},
|
||||
{
|
||||
"name": "media_content",
|
||||
"label": "图片",
|
||||
|
Loading…
Reference in New Issue
Block a user