Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. {
  2. "label": "Xem chi tiết thông khách hàng sản phẩm",
  3. "preview": [
  4. {
  5. "label": "Khách hàng liên quan",
  6. "table": "data_product",
  7. "list_group": [
  8. {
  9. label: 'Thông tin cơ bản',
  10. list_field: {
  11. "emails": {
  12. "type_view": "emails",
  13. "type": "array-object",
  14. "label": "Emails",
  15. "target": "emails",
  16. "collection_key": "customer",
  17. "level": "field"
  18.  
  19. },
  20. "name": {
  21. "type_view": "mot-dong",
  22. "type": "string-object",
  23. "label": "Tên",
  24. "target": "name",
  25. "collection_key": "customer",
  26. "level": "field"
  27.  
  28. }
  29. }
  30. }],
  31. "target_linking_field": "customer_id"
  32. }
  33. ],
  34. "list_group": [
  35. {
  36. "label": "Chi tiết đối tượng",
  37. "list_field": {
  38. "updated_at": {
  39. "type_view": "ngay-gio",
  40. "type": "date",
  41. "label": "Ngày cập nhật",
  42. "target": "updated_at",
  43. "collection_key": "customer_product",
  44. "level": "field"
  45.  
  46. },
  47. "created_at": {
  48. "type_view": "ngay-gio",
  49. "type": "date",
  50. "label": "Ngày tạo",
  51. "target": "created_at",
  52. "collection_key": "customer_product",
  53. "level": "field"
  54.  
  55. },
  56. "name": {
  57. "type_view": "text",
  58. "type": "string-object",
  59. "label": "Tên sản phẩm",
  60. "target": "name",
  61. "collection_key": "customer_product",
  62. "level": "field"
  63.  
  64. },
  65. "customer_id": {
  66. "type_view": "linking_raw",
  67. "type": "array-object",
  68. "table": "customer",
  69. "label": "Khách hàng liên quan",
  70. "target": "customer_id",
  71. "collection_key": "customer_product",
  72. "level": "field"
  73. }
  74. }
  75. }
  76. ],
  77. "table": "customer_product",
  78. "type_view": "input-preview"
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement