feature(custom): init
parents
Showing
.cz-config.js
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.prettierrc.json
0 → 100644
README.md
0 → 100644
commitlint.config.js
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
loading.html
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "review-front", | ||
| "version": "2.1.4", | ||
| "private": true, | ||
| "type": "commonjs", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "preview": "vite preview", | ||
| "test:unit": "vitest", | ||
| "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", | ||
| "format": "prettier --write src/", | ||
| "commit": "git-cz" | ||
| }, | ||
| "dependencies": { | ||
| "@ant-design/icons-vue": "^7.0.1", | ||
| "@antv/g2": "^5.2.4", | ||
| "@vueuse/core": "^10.9.0", | ||
| "ant-design-vue": "^4.1.2", | ||
| "axios": "^1.6.7", | ||
| "clipboard": "^2.0.11", | ||
| "dayjs": "^1.11.10", | ||
| "js-cookie": "^3.0.5", | ||
| "lodash-es": "^4.17.21", | ||
| "normalize.css": "^8.0.1", | ||
| "nprogress": "^0.2.0", | ||
| "pinia": "^2.1.7", | ||
| "pinia-plugin-persistedstate": "^3.2.1", | ||
| "splitpanes": "^3.1.5", | ||
| "vue": "^3.4.15", | ||
| "vue-router": "^4.2.5", | ||
| "vue-signature-pad": "^3.0.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^18.6.1", | ||
| "@commitlint/config-conventional": "^18.6.2", | ||
| "@rushstack/eslint-patch": "^1.3.3", | ||
| "@vitejs/plugin-vue": "^5.0.3", | ||
| "@vue/eslint-config-prettier": "^8.0.0", | ||
| "@vue/test-utils": "^2.4.4", | ||
| "commitizen": "^4.3.0", | ||
| "commitlint-config-cz": "^0.13.3", | ||
| "consola": "^3.2.3", | ||
| "cz-conventional-changelog": "^3.3.0", | ||
| "cz-customizable": "^7.0.0", | ||
| "eslint": "^8.49.0", | ||
| "eslint-plugin-vue": "^9.17.0", | ||
| "husky": "7.0.4", | ||
| "jsdom": "^24.0.0", | ||
| "lint-staged": "^15.2.2", | ||
| "prettier": "^3.0.3", | ||
| "rollup-plugin-external-globals": "^0.12.0", | ||
| "rollup-plugin-visualizer": "^5.12.0", | ||
| "sass": "^1.71.1", | ||
| "terser": "^5.34.1", | ||
| "unplugin-vue-components": "^0.26.0", | ||
| "vite": "^5.0.11", | ||
| "vite-plugin-app-loading": "^0.3.0", | ||
| "vite-plugin-compression2": "^1.3.0", | ||
| "vite-plugin-vue-devtools": "^7.5.3", | ||
| "vitest": "^1.2.2" | ||
| }, | ||
| "config": { | ||
| "commitizen": { | ||
| "path": "node_modules/cz-customizable" | ||
| } | ||
| }, | ||
| "lint-staged": { | ||
| "*.{js,ts}": [ | ||
| "npm run lint", | ||
| "npm run format" | ||
| ] | ||
| } | ||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/favicon.ico
0 → 100644
File added
src/App.vue
0 → 100644
src/api/admin/group.js
0 → 100644
src/api/admin/personnel.js
0 → 100644
src/api/admin/plan.js
0 → 100644
src/api/admin/review.js
0 → 100644
src/api/admin/visualization.js
0 → 100644
src/api/dict.js
0 → 100644
src/api/login.js
0 → 100644
src/api/observer.js
0 → 100644
src/api/user/details.js
0 → 100644
src/api/user/ho.js
0 → 100644
src/api/user/info.js
0 → 100644
src/api/user/reportForm.js
0 → 100644
src/api/user/reviewList.js
0 → 100644
src/api/user/statistics.js
0 → 100644
src/assets/base.scss
0 → 100644
src/assets/img/daiping.png
0 → 100644
7.56 KB
src/assets/img/yiping.png
0 → 100644
9.32 KB
src/assets/login-bg.jpg
0 → 100644
29.4 KB
src/assets/logo.png
0 → 100644
11.3 KB
src/assets/logo.svg
0 → 100644
src/assets/main.scss
0 → 100644
src/assets/media.scss
0 → 100644
src/assets/pdf-type.jpg
0 → 100644
9.3 KB
src/components/Card/ColorCard.vue
0 → 100644
src/components/Card/CusCard.vue
0 → 100644
src/components/Card/index.js
0 → 100644
src/components/Details/ReportForm/Reload.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Details/SplitScreen.vue
0 → 100644
src/components/Details/bus.js
0 → 100644
src/components/Details/index.js
0 → 100644
src/components/Details/reportAnnex.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Details/reportDetails.vue
0 → 100644
src/components/Details/reviewOpinion.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Details/score/index.vue
0 → 100644
src/components/Details/score/tenPoints.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Details/vote/index.vue
0 → 100644
src/components/FormComp/EngageProSelect.vue
0 → 100644
src/components/FormComp/index.js
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/components/SearchBar/SearchBar.vue
0 → 100644
src/components/SearchBar/SearchType.vue
0 → 100644
src/components/SearchBar/index.js
0 → 100644
src/components/Table/index.vue
0 → 100644
src/components/WelcomeItem.vue
0 → 100644
src/components/__tests__/HelloWorld.spec.js
0 → 100644
src/components/admin/index.js
0 → 100644
src/components/admin/selectJury/index.vue
0 → 100644
src/components/admin/selectPlan/index.vue
0 → 100644
src/components/icons/IconCommunity.vue
0 → 100644
src/components/icons/IconDocumentation.vue
0 → 100644
src/components/icons/IconEcosystem.vue
0 → 100644
src/components/icons/IconSupport.vue
0 → 100644
src/components/icons/IconTooling.vue
0 → 100644
src/config/api.js
0 → 100644
src/config/index.js
0 → 100644
src/config/url.js
0 → 100644
src/config/wihteList.js
0 → 100644
src/hooks/useAppConfig.js
0 → 100644
src/hooks/useDetail.js
0 → 100644
src/hooks/useMessage.js
0 → 100644
src/hooks/useReportForm.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useTable.js
0 → 100644
src/layouts/adminLayout.vue
0 → 100644
src/layouts/components/CopyRight.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/components/SysFooter.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/components/SysHeader.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/components/SysMain.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/components/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/mixins/reportForm.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/counter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/modules/app.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/modules/data.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/modules/dicts.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/modules/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/modules/plan.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/modules/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/cache/cookies.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/cache/localStorage.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/filter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/request.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/AboutView.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/HomeView.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/acceptance/personnel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/acceptance/unit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/components/importByExcel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/components/importByGroup.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/admin/dashboard/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/message/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/review/config.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/review/expert.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/review/group.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/review/personnel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/review/plan.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/review/project.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/review/result.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/admin/visualization/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/detail/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/info/changePassword.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/info/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/list/components/TableActions.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/list/components/reportRecord.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/list/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/adminLogin.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/loginObserver.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/signature/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
stats.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
vite.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
vite/plugins.js
0 → 100644
This diff is collapsed.
Click to expand it.
vitest.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment