소스 검색

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

master
FLYPHT 2 년 전
부모
커밋
54e49d4392
2개의 변경된 파일30개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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'

+ 0
- 0
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl 파일 보기


불러오는 중...
취소
저장