Quellcode durchsuchen

弹出框默认名称

master
xiaxl vor 2 Jahren
Ursprung
Commit
e5ad1f548f
2 geänderte Dateien mit 11 neuen und 10 gelöschten Zeilen
  1. +7
    -6
      smtweb-framework/bpm/src/main/resources/static/template/index.yaml
  2. +4
    -4
      smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl

+ 7
- 6
smtweb-framework/bpm/src/main/resources/static/template/index.yaml Datei anzeigen

@@ -88,7 +88,7 @@ model:
type: 'list'
hasGroup: false
- name: 'c2'
label: '列表'
label: '列表'
type: 'list'
hasGroup: false
- name: 'c3'
@@ -96,7 +96,7 @@ model:
type: 'card'
hasGroup: false
- name: 'c4'
label: '编辑卡片'
label: '编辑卡片'
type: 'card'
hasGroup: false
# 变量
@@ -121,23 +121,24 @@ model:
type: 'input'
label: '主卡片标题'
desc: '请选择主弹窗卡片标题'
is_isolation: 'true'
-
name: 'listDs_assist'
type: 'ds'
label: '列表数据集'
label: '列表数据集'
desc: '请选择附列表数据集'
-
name: 'editDs_assist'
type: 'ds'
label: '卡片数据集'
label: '卡片数据集'
desc: '请选择弹窗附列表卡片数据集'
-
name: 'assist_col'
type: 'number'
label: '卡片列数'
label: '卡片列数'
desc: '请选择弹窗附列表卡片列数(1或2)'
-
name: 'editDs_assist_title'
type: 'input'
label: '卡片标题'
label: '卡片标题'
desc: '请选择附弹窗卡片标题'

+ 4
- 4
smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl Datei anzeigen

@@ -486,8 +486,8 @@
"id": "id${newId()}",
"type": "fx-dialog",
"props": {
<#if (assist_dialog.label == "")>
"title": "卡片",
<#if (param.editDs_assist_title == "")>
"title": "卡片",
<#else>
"title": "${param.editDs_assist_title}",
</#if>
@@ -595,8 +595,8 @@
"id": "id${newId()}",
"type": "fx-dialog",
"props": {
<#if (main_dialog.label == "")>
"title": "卡片",
<#if (param.editDs_main_title == "")>
"title": "卡片",
<#else>
"title": "${param.editDs_main_title}",
</#if>


Laden…
Abbrechen
Speichern