使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhenggm
/
smtweb2
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
回显配置数据集
master
xiaxl
2 年前
父节点
410c63bc62
当前提交
d31f83e95e
共有
2 个文件被更改
,包括
6 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-0
smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl
+3
-0
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl
+ 3
- 0
smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl
查看文件
@@ -190,6 +190,9 @@
"props": {
"label": "${field.label}",
"type": "text",
"dataset": "${field.dataset}",
"required": "${field.required}",
"field": "${field.id}",
<#if field.maxlength gt 0>
"maxlength": ${field.maxlength},
</#if>
+ 3
- 0
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl
查看文件
@@ -433,6 +433,9 @@
"props": {
"label": "${dfield.label}",
"type": "text",
"dataset": "${dfield.dataset}",
"field": "${dfield.id}",
"required": "${field.required}",
<#if dfield.maxlength gt 0>
"maxlength": ${dfield.maxlength},
</#if>
撰写
预览
正在加载...
取消
保存