From 54e49d4392cd3a44f71c606916be731649fa153e Mon Sep 17 00:00:00 2001 From: FLYPHT <1035748121@qq.com> Date: Fri, 8 Jul 2022 16:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AE=80=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=EF=BC=88=E5=90=AB=E5=8D=A1=E7=89=87=EF=BC=89=E7=9A=84?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/template/index.yaml | 30 ++++++++++++++++++++++ .../resources/static/template/model_list_card.ftl | 0 2 files changed, 30 insertions(+) create mode 100644 smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl 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 ec83b62..efdc7f4 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/index.yaml +++ b/smtweb-framework/bpm/src/main/resources/static/template/index.yaml @@ -33,3 +33,33 @@ model: - name: 'col' type: 'input' + - + name: 'model_list_card' + label: '简单列表(含卡片)' + # list/card/view + type: 'list' + # 布局 + layout: + - + name: 'c1' + label: '简单列表' + type: 'list' + hasGroup: false + - name: 'c2' + label: '编辑卡片' + type: 'card' + hasGroup: false + # 变量 + param: + - + name: 'queryDs' + type: 'ds' + - + name: 'editDs' + type: 'ds' + - + name: 'col' + type: 'input' + - + name: 'editTitle' + type: 'input' diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl new file mode 100644 index 0000000..e69de29