项目结构

12144
  1. └─ 305.jianghu-crm
  2. ├─ app
  3. ├─ common
  4. └─ README.md
  5. ├─ constant
  6. ├─ error.js
  7. └─ README.md
  8. ├─ controller
  9. └─ README.md
  10. ├─ service
  11. ├─ cloudDrive.js
  12. ├─ common.js
  13. ├─ constantUi.js
  14. ├─ README.md
  15. └─ student.js
  16. └─ view
  17. ├─ common
  18. └─ vueFilters.html
  19. ├─ component
  20. ├─ drawer
  21. ├─ add-product-drawer.html
  22. ├─ amount-ratio-setting-drawer.html
  23. ├─ approve-record-drawer.html
  24. ├─ attachment-drawer.html
  25. ├─ business-drawer.html
  26. ├─ contacts-drawer.html
  27. ├─ contract-drawer.html
  28. ├─ create-task-drawer.html
  29. ├─ customer-address-drawer.html
  30. ├─ duplicate-checking-drawer.html
  31. ├─ followup-record-drawer.html
  32. ├─ invoice-drawer.html
  33. ├─ return-visit-drawer.html
  34. ├─ returned-money-drawer.html
  35. ├─ team-member-drawer.html
  36. └─ transfer-drawer.html
  37. ├─ example
  38. └─ studentOfClass.html
  39. ├─ fileBrowser
  40. ├─ breadcrumbs.html
  41. ├─ createNewDirectory.html
  42. ├─ directoryList.html
  43. ├─ fileBrowser.html
  44. ├─ fileDetail.html
  45. ├─ fileUpload.html
  46. └─ markdownEditor.html
  47. ├─ markdown2html
  48. ├─ articleMarkdownEngine.html
  49. ├─ articleQueryTemplate.html
  50. ├─ jhTagEngine.html
  51. ├─ md2html.html
  52. ├─ pdfViewerTemplate.html
  53. └─ toggleTemplate.html
  54. ├─ setting
  55. ├─ business-setting.html
  56. ├─ cluepool-reason-setting.html
  57. ├─ contract-setting.html
  58. ├─ customer-limit-setting.html
  59. ├─ customer-visit-setting.html
  60. ├─ product-category-setting.html
  61. └─ stage-flow-setting.html
  62. ├─ table-action-button-list.html
  63. └─ tableRecordHistory.html
  64. ├─ init-json
  65. ├─ component
  66. └─ exampleStudentOfClass.js
  67. └─ page
  68. ├─ exampleClass.js
  69. └─ leads.js
  70. ├─ page
  71. ├─ business.html
  72. ├─ contacts.html
  73. ├─ contract.html
  74. ├─ customer.html
  75. ├─ customerSeas.html
  76. ├─ invoice.html
  77. ├─ leads.html
  78. ├─ leadsSeas.html
  79. ├─ marketing.html
  80. ├─ product.html
  81. ├─ receivables.html
  82. ├─ receivablesPlan.html
  83. ├─ settingBizParam.html
  84. ├─ settingCuepoolRule.html
  85. ├─ settingCustomerSeasRule.html
  86. ├─ visit.html
  87. └─ workbench.html
  88. ├─ pageBak
  89. ├─ example
  90. └─ leads.html
  91. └─ pageDoc
  92. ├─ 1.leads.md
  93. ├─ exampleClass.md
  94. ├─ leads.md
  95. ├─ README.md
  96. └─ _sidebar.md
  97. ├─ app.js
  98. ├─ config
  99. ├─ config.default.js
  100. ├─ config.env.example.js
  101. ├─ config.local.example.js
  102. ├─ config.local.js
  103. ├─ config.prod.example.js
  104. └─ plugin.js
  105. ├─ doc
  106. └─ 调研crm.md
  107. ├─ jsconfig.json
  108. ├─ package.json
  109. ├─ README.md
  110. ├─ run
  111. ├─ agent_config.json
  112. ├─ agent_config_meta.json
  113. ├─ agent_timing_55956.json
  114. ├─ application_config.json
  115. ├─ application_config_meta.json
  116. ├─ application_timing_101576.json
  117. ├─ application_timing_111204.json
  118. ├─ application_timing_91460.json
  119. ├─ application_timing_91748.json
  120. └─ router.json
  121. ├─ sql
  122. ├─ 1.init.sql
  123. ├─ 2.user.sql
  124. ├─ 3.mock.sql
  125. └─ ddl.sql