|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- model:
- -
- name: 'model_list'
- label: '简单列表'
- # list/card/view
- type: 'list'
- # 布局
- layout:
- -
- name: 'c1'
- label: '简单列表'
- type: 'list'
- hasGroup: false
- # 变量
- param:
- -
- name: 'queryDs'
- type: 'ds'
- -
- name: 'model_card'
- label: '简单卡片'
- # list/card/view
- type: 'card'
- # 布局
- layout:
- -
- name: 'c1'
- label: '简单卡片'
- type: 'card'
- hasGroup: false
- # 变量
- param:
- -
- 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'
|