Bläddra i källkod

数据集预置list模板微改

master
xiaxl 2 år sedan
förälder
incheckning
595edf64fe
3 ändrade filer med 5 tillägg och 7 borttagningar
  1. +1
    -1
      smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl
  2. +3
    -5
      smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl
  3. +1
    -1
      smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl

+ 1
- 1
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl Visa fil

@@ -171,7 +171,7 @@
<#if dfield.maxlength gt 0>
"maxlength": ${dfield.maxlength},
</#if>
"placeholder": "请输入内容",
"placeholder": "请输入${dfield.label}",
<#if (param.col gte 2)>
"tips": "${dfield.desc}",
</#if>


+ 3
- 5
smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl Visa fil

@@ -126,7 +126,7 @@
"label": "${cfilters.label}",
"type": "text",
"maxlength": 50,
"placeholder": "请输入内容",
"placeholder": "请输入${cfilters.label}",
"labelWidth": 150,
"affixError": false,
"hideLabel": true,
@@ -231,9 +231,7 @@
</#list>
]
},
"events": {
"on-row-click": "dictTypeRowClick"
}
"events": {}
}
]
}
@@ -278,7 +276,7 @@
"label": "${cfilters.label}",
"type": "text",
"maxlength": 50,
"placeholder": "请输入内容",
"placeholder": "请输入${cfilters.label}",
"labelWidth": 100,
"affixError": false
},


+ 1
- 1
smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl Visa fil

@@ -149,7 +149,7 @@
"label": "${cfilters.label}",
"type": "text",
"maxlength": 50,
"placeholder": "请输入内容",
"placeholder": "请输入${cfilters.label}",
"labelWidth": 100,
"affixError": false
},


Laddar…
Avbryt
Spara