项目结构

12111
  1. └─ 303.jianghu-hr
  2. ├─ app
  3. ├─ common
  4. └─ README.md
  5. ├─ constant
  6. ├─ constant.js
  7. ├─ error.js
  8. └─ README.md
  9. ├─ controller
  10. └─ README.md
  11. ├─ extend
  12. └─ filter.js
  13. ├─ public
  14. ├─ image
  15. ├─ poster.jpg
  16. └─ poster1.jpg
  17. ├─ js
  18. └─ xlsx.full.min.js
  19. ├─ logo.png
  20. ├─ logo2.png
  21. ├─ logo3.png
  22. ├─ mdbootstrap
  23. ├─ font-awesome.6.1.1.min.css
  24. ├─ font-awesome.min.css
  25. ├─ fonts
  26. ├─ mdb.min.css
  27. ├─ mdb.min.js
  28. ├─ mdb.min.js.map
  29. ├─ MDB5-Pro-Advanced_4.4.0.all.min.css
  30. ├─ MDB5-Pro-Advanced_4.4.0.all.min.js
  31. ├─ MDB5-Pro-Advanced_4.4.0.mdb.min.js
  32. ├─ MDB5-Pro-Advanced_4.4.0.min.css
  33. └─ roboto-font.css
  34. ├─ pdf
  35. ├─ bookjs-eazy.min.js
  36. └─ polyfill.min.js
  37. ├─ README.md
  38. ├─ webfonts
  39. ├─ fa-brands-400.woff2
  40. ├─ fa-regular-400.ttf
  41. ├─ fa-regular-400.woff2
  42. ├─ fa-solid-900.ttf
  43. └─ fa-solid-900.woff2
  44. └─ 工资导入模板.xlsx
  45. ├─ service
  46. ├─ constantUi.js
  47. ├─ employee.js
  48. ├─ insurance.js
  49. ├─ job.js
  50. ├─ member.js
  51. ├─ org.js
  52. ├─ performance.js
  53. ├─ performanceTemplate.js
  54. ├─ README.md
  55. ├─ salary.js
  56. └─ workbench.js
  57. └─ view
  58. ├─ common
  59. ├─ constant.html
  60. ├─ fixedTableHeight.html
  61. └─ vueFilters.html
  62. ├─ component
  63. ├─ datetimePicker.html
  64. ├─ drawerForm.html
  65. ├─ editForm.html
  66. ├─ employeeManagement
  67. ├─ fileList.html
  68. ├─ previewFileCard.html
  69. └─ previewFileGroup.html
  70. ├─ empProjectRecordList.html
  71. ├─ globalHandler.html
  72. ├─ jobResumeList.html
  73. ├─ orgMgmtTree.html
  74. ├─ performance
  75. └─ performanceManagement-performanceContent.html
  76. ├─ resumePreview.html
  77. ├─ rowStatus
  78. ├─ row-status-select.html
  79. └─ row-status-switch-button.html
  80. ├─ salary
  81. ├─ changeRecord.html
  82. ├─ changeTmp.html
  83. ├─ monthEmpRecord.html
  84. └─ slipTmp.html
  85. ├─ selectExportHeader.html
  86. ├─ singleSelectDialog.html
  87. └─ tableTree.html
  88. ├─ page
  89. ├─ appraisalPlanManagement.html
  90. ├─ archivesSetup.html
  91. ├─ clockManagement.html
  92. ├─ employeeDepartApproved.html
  93. ├─ employeeManagement.html
  94. ├─ insuranceSchemeDetail.html
  95. ├─ insuranceSchemeManagement.html
  96. ├─ insuranceSchemeSetup.html
  97. ├─ job
  98. ├─ candidateManagement.html
  99. ├─ detail.html
  100. ├─ form.html
  101. ├─ jobPostingsManagement.html
  102. ├─ jobResumeManagement.html
  103. ├─ jobResumeOfJobPosition.html
  104. ├─ jobResumePreview.html
  105. └─ jobs.html
  106. ├─ memberOrgRoleManagement.html
  107. ├─ monthRecordManagement.html
  108. ├─ performanceEmployeeRateManagement.html
  109. ├─ performanceManagement.html
  110. ├─ performanceRateManagement.html
  111. ├─ performanceResultManagement.html
  112. ├─ performanceTemplate.html
  113. ├─ performanceTmp.html
  114. ├─ recruitPpostManagement_v0.html
  115. ├─ salary
  116. ├─ archivesManagement.html
  117. ├─ monthEmpHistory.html
  118. ├─ monthEmpRecord.html
  119. ├─ salaryGroupManagement.html
  120. ├─ salaryImport.html
  121. ├─ salarySlipManagement.html
  122. ├─ salaryTaxRuleManagement.html
  123. └─ slipRecordManagement.html
  124. └─ workbench.html
  125. ├─ pageDoc
  126. ├─ employee.md
  127. ├─ insurance.md
  128. ├─ salary.md
  129. ├─ waitting.md
  130. ├─ workbench.md
  131. └─ _sidebar.md
  132. ├─ template
  133. └─ template.html
  134. └─ util
  135. ├─ jianghu
  136. ├─ jianghuCommonCss.html
  137. └─ jianghuUiCss.html
  138. └─ recruitment
  139. ├─ common.css.html
  140. └─ common.js.html
  141. ├─ app.js
  142. ├─ config
  143. ├─ config.default.js
  144. ├─ config.env.example.js
  145. ├─ config.local.example.js
  146. ├─ config.prod.example.js
  147. └─ plugin.js
  148. ├─ jsconfig.json
  149. ├─ package.json
  150. ├─ README.md
  151. └─ sql
  152. ├─ 1.init.sql
  153. ├─ 2.user.sql
  154. └─ 3.mock.sql