使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhenggm
/
smtweb2
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
添加简单列表(含卡片)的模板定义
master
FLYPHT
2 年前
父节点
5aaa2c2e8a
当前提交
54e49d4392
共有
2 个文件被更改
,包括
30 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+30
-0
smtweb-framework/bpm/src/main/resources/static/template/index.yaml
+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
查看文件
撰写
预览
正在加载...
取消
保存