|
|
@@ -66,15 +66,14 @@ |
|
|
|
"label": "新增", |
|
|
|
"leftIcon": "plus", |
|
|
|
"type": "primary", |
|
|
|
"action": "button:add", |
|
|
|
"action": "button:addCard", |
|
|
|
"link": false, |
|
|
|
|
|
|
|
"linkType": "dialog", |
|
|
|
"fxLink": "dialog:editDialog", |
|
|
|
<#if (param.editTitle == "")> |
|
|
|
"title": "卡片demo", |
|
|
|
"fxLink": "dialog:cardDialog", |
|
|
|
<#if (param.cardTitle == "")> |
|
|
|
"title": "卡片" |
|
|
|
<#else> |
|
|
|
"fxLink_text": "${param.editTitle}", |
|
|
|
"fxLink_text": "${param.cardTitle}" |
|
|
|
</#if> |
|
|
|
}, |
|
|
|
"id": "id${newId()}" |
|
|
@@ -107,12 +106,12 @@ |
|
|
|
"id": "id${newId()}", |
|
|
|
"type": "fx-dialog", |
|
|
|
"props": { |
|
|
|
<#if (param.editTitle == "")> |
|
|
|
"title": "卡片demo", |
|
|
|
<#if (param.cardTitle == "")> |
|
|
|
"title": "卡片", |
|
|
|
<#else> |
|
|
|
"title": "${param.editTitle}", |
|
|
|
"title": "${param.cardTitle}", |
|
|
|
</#if> |
|
|
|
"key": "editDialog", |
|
|
|
"key": "cardDialog", |
|
|
|
"fontSize": 16, |
|
|
|
"color": "#313131", |
|
|
|
"fontWeight": "bold", |
|
|
@@ -267,7 +266,7 @@ |
|
|
|
"label": "保存", |
|
|
|
"leftIcon": "save", |
|
|
|
"type": "success", |
|
|
|
"action": "button:save", |
|
|
|
"action": "button:saveCard" |
|
|
|
}, |
|
|
|
"id": "id${newId()}" |
|
|
|
}, |
|
|
@@ -276,7 +275,7 @@ |
|
|
|
"props": { |
|
|
|
"label": "关闭", |
|
|
|
"leftIcon": "close", |
|
|
|
"action": "button:closeDialog", |
|
|
|
"action": "button:closeDialog" |
|
|
|
}, |
|
|
|
"id": "id${newId()}" |
|
|
|
} |
|
|
|