Initial commit
parents
Showing
.gitignore
0 → 100644
babel.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "zj-manage", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "lint": "vue-cli-service lint" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.24.0", | ||
| "core-js": "^3.6.4", | ||
| "docxtemplater": "^3.31.3", | ||
| "echarts": "^4.8.0", | ||
| "element-ui": "^2.15.6", | ||
| "file-saver": "^2.0.5", | ||
| "js-md5": "^0.7.3", | ||
| "jszip-utils": "^0.1.0", | ||
| "pizzip": "^3.1.1", | ||
| "vue": "^2.6.11", | ||
| "vue-count-to": "^1.0.13", | ||
| "vue-fragment": "^1.5.2", | ||
| "vue-router": "^3.2.0", | ||
| "vuex": "^3.4.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "~4.3.1", | ||
| "@vue/cli-plugin-eslint": "~4.3.1", | ||
| "@vue/cli-service": "~4.3.1", | ||
| "babel-eslint": "^10.1.0", | ||
| "eslint": "^6.7.2", | ||
| "eslint-plugin-vue": "^6.2.2", | ||
| "stylus": "^0.59.0", | ||
| "stylus-loader": "^3.0.2", | ||
| "vue-template-compiler": "^2.6.11" | ||
| }, | ||
| "eslintConfig": { | ||
| "root": true, | ||
| "env": { | ||
| "node": true | ||
| }, | ||
| "extends": [ | ||
| "plugin:vue/essential", | ||
| "eslint:recommended" | ||
| ], | ||
| "parserOptions": { | ||
| "parser": "babel-eslint" | ||
| }, | ||
| "rules": {} | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not dead" | ||
| ] | ||
| } |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/static/comdeedTax.docx
0 → 100644
File added
public/static/deedTax.docx
0 → 100644
File added
public/static/deedTax1.docx
0 → 100644
File added
public/static/deedTax2.docx
0 → 100644
File added
public/static/elderly.docx
0 → 100644
File added
public/static/peopleout.docx
0 → 100644
File added
public/static/talents-copy.docx
0 → 100644
File added
public/static/talents.docx
0 → 100644
File added
src/App.vue
0 → 100644
src/api/coldfood.js
0 → 100644
src/api/currency/loginUser.js
0 → 100644
src/api/currency/realUser.js
0 → 100644
src/api/deedtax.js
0 → 100644
src/api/exportFileUrl.js
0 → 100644
src/api/login.js
0 → 100644
src/api/menu.js
0 → 100644
src/api/policy.js
0 → 100644
src/api/purchase.js
0 → 100644
src/api/role.js
0 → 100644
src/api/talents.js
0 → 100644
src/api/upload.js
0 → 100644
src/api/user.js
0 → 100644
src/assets/login.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/logo.png
0 → 100644
6.69 KB
src/components/Table.vue
0 → 100644
src/config/index.js
0 → 100644
src/layout/components/MenuTree.vue
0 → 100644
src/layout/components/Sidebar.vue
0 → 100644
src/layout/components/Subject.vue
0 → 100644
src/layout/index.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/stylus/common.styl
0 → 100644
src/stylus/element.rwrite.styl
0 → 100644
src/stylus/transition.styl
0 → 100644
src/utils/auth.js
0 → 100644
src/utils/axios.js
0 → 100644
src/utils/common.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/request.js
0 → 100644
src/views/Coldfood/flowAnalysis.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Coldfood/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Coldfood/mixins/resize.js
0 → 100644
src/views/Coldfood/selfReport.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Coldfood/statistics.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Currency/loginUser.vue
0 → 100644
src/views/Currency/realUser.vue
0 → 100644
src/views/Deedtax/house.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Deedtax/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Home/index.vue
0 → 100644
src/views/Login/identify.vue
0 → 100644
src/views/Login/index.vue
0 → 100644
src/views/Menu/index.vue
0 → 100644
src/views/Policy/guide.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Policy/house.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Policy/housemain.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Policy/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Policy/talentwindow.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Purchase/details.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Purchase/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Purchase/windows.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Role/index.vue
0 → 100644
src/views/Talents/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/User/index.vue
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.