Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
zhenggm
/
smtweb2
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
改一个树列表模板问题
master
xiaxl
2 anni fa
parent
46f80dc678
commit
84ef3db84a
1 ha cambiato i file
con
5 aggiunte
e
5 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+5
-5
smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl
+ 5
- 5
smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl
Vedi File
@@ -55,7 +55,7 @@
"id": "id${newId()}",
"type": "fx-title",
"props": {
"label": "
苹果
树"
"label": "树
列表
"
}
}
]
@@ -129,7 +129,7 @@
"horizontal": false
},
"children": [
<#list group.cfilters as cfilters>
{
"shape": "panel",
"id": "form_panel",
@@ -141,7 +141,7 @@
"alignY": "center"
},
"children": [
<#list group.cfilters as cfilters>
{
"id": "id${newId()}",
"type": "fx-${cfilters.editor}",
@@ -155,7 +155,7 @@
},
"events": {}
},
</#list>
{
"id": "${newId()}",
"type": "fx-button-group",
@@ -203,7 +203,7 @@
},
"children": []
},
</#list>
{
"id": "${newId()}",
"type": "fx-form-panel",
Scrivi
Anteprima
Caricamento…
Annulla
Salva