This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhenggm
/
smtweb2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
坑爹的坑
master
郑根木
2 years ago
parent
ea31328bfa
commit
4b28531281
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl
+1
-1
smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl
+ 1
- 1
smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl
View File
@@ -13,7 +13,7 @@
<#list fields as filter>
<#list fields as filter>
{
{
"id": "id${newId()}",
"id": "id${newId()}",
"type": "fx-
text
",
"type": "fx-
${field.editor}
",
"props": {
"props": {
"label": "${filter.label}",
"label": "${filter.label}",
"type": "text",
"type": "text",
+ 1
- 1
smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl
View File
@@ -13,7 +13,7 @@
<#list fields as field>
<#list fields as field>
{
{
"id": "id${newId()}",
"id": "id${newId()}",
"type": "${field.editor}",
"type": "
fx-
${field.editor}",
"props": {
"props": {
"label": "${field.label}",
"label": "${field.label}",
"type": "text",
"type": "text",
Write
Preview
Loading…
Cancel
Save