|
|
@@ -1,5 +1,5 @@ |
|
|
|
{ |
|
|
|
<#list layout.c1 as group> |
|
|
|
<#list layout.list as group> |
|
|
|
"form": |
|
|
|
[ |
|
|
|
{ |
|
|
@@ -76,8 +76,6 @@ |
|
|
|
<#else> |
|
|
|
"fxLink_text": "${param.editTitle}", |
|
|
|
</#if> |
|
|
|
|
|
|
|
"dataset": "${param.editDs}" |
|
|
|
}, |
|
|
|
"id": "id${newId()}" |
|
|
|
} |
|
|
@@ -103,7 +101,7 @@ |
|
|
|
<#if (group.sfilters?size>0)> |
|
|
|
<#include "incModel/inc_query_sfilters.ftl"/> |
|
|
|
</#if> |
|
|
|
<#list layout.c2 as dialog> |
|
|
|
<#list layout.card as dialog> |
|
|
|
,{ |
|
|
|
"page": { |
|
|
|
"id": "id${newId()}", |
|
|
@@ -270,7 +268,6 @@ |
|
|
|
"leftIcon": "save", |
|
|
|
"type": "success", |
|
|
|
"action": "button:save", |
|
|
|
"dataset": "${param.editDs}" |
|
|
|
}, |
|
|
|
"id": "id${newId()}" |
|
|
|
}, |
|
|
@@ -280,8 +277,6 @@ |
|
|
|
"label": "关闭", |
|
|
|
"leftIcon": "close", |
|
|
|
"action": "button:closeDialog", |
|
|
|
"dataset": "${param.queryDs}", |
|
|
|
"nextAction": "button:search" |
|
|
|
}, |
|
|
|
"id": "id${newId()}" |
|
|
|
} |
|
|
|