项目初始化
parents
Showing
backend/.env
0 → 100644
backend/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
backend/package.json
0 → 100644
backend/src/config/database.ts
0 → 100644
backend/src/config/init.sql
0 → 100644
backend/src/config/人员导入模板.xlsx
0 → 100644
File added
backend/src/controllers/auth.controller.ts
0 → 100644
backend/src/controllers/log.controller.ts
0 → 100644
backend/src/controllers/role.controller.ts
0 → 100644
backend/src/index.ts
0 → 100644
backend/src/middleware/auth.ts
0 → 100644
backend/src/routes/annualleave.routes.ts
0 → 100644
backend/src/routes/auth.routes.ts
0 → 100644
backend/src/routes/compensatory.routes.ts
0 → 100644
backend/src/routes/document.routes.ts
0 → 100644
backend/src/routes/employee.routes.ts
0 → 100644
backend/src/routes/log.routes.ts
0 → 100644
backend/src/routes/overtime.routes.ts
0 → 100644
backend/src/routes/project.routes.ts
0 → 100644
backend/src/routes/role.routes.ts
0 → 100644
backend/src/routes/workhour.routes.ts
0 → 100644
backend/src/utils/logger.ts
0 → 100644
backend/src/utils/scheduler.ts
0 → 100644
backend/tsconfig.json
0 → 100644
File added
File added
frontend/index.html
0 → 100644
frontend/package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/package.json
0 → 100644
frontend/src/App.vue
0 → 100644
frontend/src/api/index.ts
0 → 100644
frontend/src/api/request.ts
0 → 100644
frontend/src/layout/MainLayout.vue
0 → 100644
frontend/src/main.ts
0 → 100644
frontend/src/router/index.ts
0 → 100644
frontend/src/stores/user.ts
0 → 100644
frontend/src/style.css
0 → 100644
frontend/src/views/Dashboard.vue
0 → 100644
frontend/src/views/Login.vue
0 → 100644
frontend/src/views/document/DocumentList.vue
0 → 100644
frontend/src/views/employee/EmployeeList.vue
0 → 100644
frontend/src/views/log/OperationLog.vue
0 → 100644
frontend/src/views/overtime/OvertimeList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/src/views/project/ProjectList.vue
0 → 100644
frontend/src/views/role/RoleList.vue
0 → 100644
frontend/src/views/workhour/WorkhourList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tsconfig.node.json
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/vite.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
项目必读.md
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment