このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
zhenggm
/
smtweb2
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
坑爹的坑
master
郑根木
2年前
親
ea31328bfa
コミット
4b28531281
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
ファイルの表示
@@ -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
ファイルの表示
@@ -13,7 +13,7 @@
<#list fields as field>
{
"id": "id${newId()}",
"type": "${field.editor}",
"type": "
fx-
${field.editor}",
"props": {
"label": "${field.label}",
"type": "text",
書き込み
プレビュー
読み込み中…
キャンセル
保存