このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
zhenggm
/
smtweb2
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
回显配置数据集
master
xiaxl
2年前
親
410c63bc62
コミット
d31f83e95e
2個のファイルの変更
、
6行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
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>
書き込み
プレビュー
読み込み中…
キャンセル
保存