|
|
@ -23,10 +23,10 @@
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"affixFooter": true,
|
|
|
|
"affixFooter": true,
|
|
|
|
"initApi": "http://localhost:8080/messageTemplate/query/${params.id}",
|
|
|
|
"initApi": "http://localhost:8080/messageTemplate/query/${params.id}",
|
|
|
|
|
|
|
|
"redirect": "/crud/list",
|
|
|
|
"api": {
|
|
|
|
"api": {
|
|
|
|
"url": "http://localhost:8080/messageTemplate/save",
|
|
|
|
"url": "http://localhost:8080/messageTemplate/save",
|
|
|
|
"method": "post",
|
|
|
|
"method": "post",
|
|
|
|
|
|
|
|
|
|
|
|
"data": {
|
|
|
|
"data": {
|
|
|
|
"id": "${id}",
|
|
|
|
"id": "${id}",
|
|
|
|
"name": "${name}",
|
|
|
|
"name": "${name}",
|
|
|
@ -213,7 +213,8 @@
|
|
|
|
"visibleOn": "this.sendChannel == 30",
|
|
|
|
"visibleOn": "this.sendChannel == 30",
|
|
|
|
"mode": "",
|
|
|
|
"mode": "",
|
|
|
|
"size": "lg",
|
|
|
|
"size": "lg",
|
|
|
|
"clearValueOnHidden": false
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
|
|
|
"placeholder": "可用占位符{$content}"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"type": "input-text",
|
|
|
|
"type": "input-text",
|
|
|
@ -221,7 +222,8 @@
|
|
|
|
"name": "url",
|
|
|
|
"name": "url",
|
|
|
|
"visibleOn": "this.sendChannel == 30",
|
|
|
|
"visibleOn": "this.sendChannel == 30",
|
|
|
|
"size": "lg",
|
|
|
|
"size": "lg",
|
|
|
|
"clearValueOnHidden": false
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
|
|
|
"placeholder": "可用占位符{$url}"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"type": "input-text",
|
|
|
|
"type": "input-text",
|
|
|
@ -230,7 +232,8 @@
|
|
|
|
"required": true,
|
|
|
|
"required": true,
|
|
|
|
"visibleOn": "this.sendChannel == 40",
|
|
|
|
"visibleOn": "this.sendChannel == 40",
|
|
|
|
"size": "lg",
|
|
|
|
"size": "lg",
|
|
|
|
"clearValueOnHidden": false
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
|
|
|
|
"placeholder": "可用占位符{$title}"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"type": "input-text",
|
|
|
|
"type": "input-text",
|
|
|
@ -240,7 +243,7 @@
|
|
|
|
"visibleOn": "this.sendChannel == 40",
|
|
|
|
"visibleOn": "this.sendChannel == 40",
|
|
|
|
"size": "lg",
|
|
|
|
"size": "lg",
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
"clearValueOnHidden": false,
|
|
|
|
"placeholder": "可用占位符{$var},可输入HTML"
|
|
|
|
"placeholder": "可用占位符{$content},可输入HTML"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"className": "Collapse--lg",
|
|
|
|
"className": "Collapse--lg",
|
|
|
|