Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhenggm
/
smtweb2
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
坑爹的坑
master
郑根木
hace 2 años
padre
ea31328bfa
commit
4b28531281
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -13,7 +13,7 @@
<#list fields as filter>
{
"id": "id${newId()}",
"type": "fx-
text
",
"type": "fx-
${field.editor}
",
"props": {
"label": "${filter.label}",
"type": "text",
+ 1
- 1
smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl
Ver fichero
@@ -13,7 +13,7 @@
<#list fields as field>
{
"id": "id${newId()}",
"type": "${field.editor}",
"type": "
fx-
${field.editor}",
"props": {
"label": "${field.label}",
"type": "text",
Escribir
Vista previa
Cargando…
Cancelar
Guardar