|
|
@@ -486,8 +486,8 @@ |
|
|
|
"id": "id${newId()}", |
|
|
|
"type": "fx-dialog", |
|
|
|
"props": { |
|
|
|
<#if (assist_dialog.label == "")> |
|
|
|
"title": "附卡片", |
|
|
|
<#if (param.editDs_assist_title == "")> |
|
|
|
"title": "副卡片", |
|
|
|
<#else> |
|
|
|
"title": "${param.editDs_assist_title}", |
|
|
|
</#if> |
|
|
@@ -595,8 +595,8 @@ |
|
|
|
"id": "id${newId()}", |
|
|
|
"type": "fx-dialog", |
|
|
|
"props": { |
|
|
|
<#if (main_dialog.label == "")> |
|
|
|
"title": "附卡片", |
|
|
|
<#if (param.editDs_main_title == "")> |
|
|
|
"title": "主卡片", |
|
|
|
<#else> |
|
|
|
"title": "${param.editDs_main_title}", |
|
|
|
</#if> |
|
|
|