diff --git a/smtweb-framework/bpm/src/main/resources/static/template/index.yaml b/smtweb-framework/bpm/src/main/resources/static/template/index.yaml index 95d5c5b..add91d8 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/index.yaml +++ b/smtweb-framework/bpm/src/main/resources/static/template/index.yaml @@ -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: '请选择附弹窗卡片标题' \ No newline at end of file diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl index b45816a..7978d5f 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl @@ -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}", @@ -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}",