Browse Source

添加简单列表(含卡片)的模板定义

master
FLYPHT 2 years ago
parent
commit
54e49d4392
2 changed files with 30 additions and 0 deletions
  1. +30
    -0
      smtweb-framework/bpm/src/main/resources/static/template/index.yaml
  2. +0
    -0
      smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl

+ 30
- 0
smtweb-framework/bpm/src/main/resources/static/template/index.yaml View File

@@ -33,3 +33,33 @@ model:
- -
name: 'col' name: 'col'
type: 'input' 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'

+ 0
- 0
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl View File


Loading…
Cancel
Save