2.0重构版本
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

66 řádky
1.1 KiB

  1. model:
  2. -
  3. name: 'model_list'
  4. label: '简单列表'
  5. # list/card/view
  6. type: 'list'
  7. # 布局
  8. layout:
  9. -
  10. name: 'c1'
  11. label: '简单列表'
  12. type: 'list'
  13. hasGroup: false
  14. # 变量
  15. param:
  16. -
  17. name: 'queryDs'
  18. type: 'ds'
  19. -
  20. name: 'model_card'
  21. label: '简单卡片'
  22. # list/card/view
  23. type: 'card'
  24. # 布局
  25. layout:
  26. -
  27. name: 'c1'
  28. label: '简单卡片'
  29. type: 'card'
  30. hasGroup: false
  31. # 变量
  32. param:
  33. -
  34. name: 'col'
  35. type: 'input'
  36. -
  37. name: 'model_list_card'
  38. label: '简单列表(含卡片)'
  39. # list/card/view
  40. type: 'list'
  41. # 布局
  42. layout:
  43. -
  44. name: 'c1'
  45. label: '简单列表'
  46. type: 'list'
  47. hasGroup: false
  48. - name: 'c2'
  49. label: '编辑卡片'
  50. type: 'card'
  51. hasGroup: false
  52. # 变量
  53. param:
  54. -
  55. name: 'queryDs'
  56. type: 'ds'
  57. -
  58. name: 'editDs'
  59. type: 'ds'
  60. -
  61. name: 'col'
  62. type: 'input'
  63. -
  64. name: 'editTitle'
  65. type: 'input'