Browse Source

数据集预置list模板微改

master
xiaxl 2 years ago
parent
commit
595edf64fe
3 changed files with 5 additions and 7 deletions
  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 View File

@@ -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 View File

@@ -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 View File

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


Loading…
Cancel
Save