├── static
└── .gitkeep
├── favicon.ico
├── config
├── prod.env.js
├── dev.env.js
├── build.path.js
└── index.js
├── src
├── assets
│ ├── img
│ │ ├── bg2.jpg
│ │ ├── bg3.jpg
│ │ └── bg4.jpg
│ ├── preview
│ │ ├── e1.jpg
│ │ ├── e2.jpg
│ │ ├── e3.jpg
│ │ └── e4.jpg
│ └── css
│ │ └── style.css
├── config.js
├── App.vue
├── components
│ ├── common
│ │ ├── SearchWarp.vue
│ │ ├── Header.vue
│ │ ├── Breadcrumb.vue
│ │ ├── ContentWarp.vue
│ │ └── SideBar.vue
│ ├── home.vue
│ ├── index.js
│ ├── qrCode
│ │ ├── index.js
│ │ └── index.vue
│ ├── imgPreview
│ │ ├── index.js
│ │ └── index.vue
│ └── form
│ │ ├── SelectProduct.vue
│ │ ├── SelectDepartment.vue
│ │ ├── SelectProcess.vue
│ │ ├── SelectRole.vue
│ │ └── SelectCompany.vue
├── methods.js
├── view
│ ├── order
│ │ ├── loan.js
│ │ ├── Loan.vue
│ │ └── intend.js
│ ├── NotFound.vue
│ ├── Expired.vue
│ ├── group
│ │ ├── company
│ │ │ └── Warp.vue
│ │ ├── role
│ │ │ ├── Power.vue
│ │ │ ├── Role.vue
│ │ │ └── role.js
│ │ ├── Department.vue
│ │ ├── department.js
│ │ ├── power.js
│ │ └── Power.vue
│ ├── collection
│ │ └── strategy
│ │ │ ├── List.vue
│ │ │ ├── Edit.vue
│ │ │ ├── list.js
│ │ │ └── edit.js
│ ├── Login.vue
│ ├── user
│ │ ├── Password.vue
│ │ └── Find.vue
│ ├── work
│ │ ├── process.js
│ │ ├── Process.vue
│ │ ├── assignment.js
│ │ ├── Assignment.vue
│ │ └── delegate.js
│ ├── product
│ │ ├── config.js
│ │ └── Config.vue
│ └── sms
│ │ ├── Review.vue
│ │ ├── enabled.js
│ │ ├── review.js
│ │ ├── Enabled.vue
│ │ └── config.js
├── main.js
└── data
│ └── menus.js
├── dist
├── static
│ ├── img
│ │ ├── bg2.ee3e0f3.jpg
│ │ └── bg3.ce136b5.jpg
│ ├── fonts
│ │ ├── element-icons.732389d.ttf
│ │ └── element-icons.535877f.woff
│ └── js
│ │ ├── 0.50c13355aa4aa1a19998.js
│ │ ├── 8.6387bc26b1ba1261e814.js
│ │ ├── 6.538d6cfe5d6551d41425.js
│ │ ├── 7.1b01405d1a7fb1d34ae1.js
│ │ ├── 4.f27f430cc4b776dd1f8c.js
│ │ ├── 9.412de981536ada137937.js
│ │ ├── manifest.4fe9449a120f407564df.js
│ │ ├── 13.f752f1b9a5057a726184.js
│ │ ├── 19.93182766585fa556af29.js
│ │ ├── 14.822e3e8f911cdf3d56a6.js
│ │ ├── 25.3563c4667f2753649add.js
│ │ ├── 10.bd9ee421c64a2a11b240.js
│ │ ├── 5.ad7e489f9266cacd209a.js
│ │ ├── 1.ec7fc1aa7570c9c97f81.js
│ │ ├── 24.18e1305ccb635a3c57df.js
│ │ └── 18.3050355b5c0736678fa2.js
└── index.html
├── .prettierrc.json
├── .editorconfig
├── .postcssrc.js
├── .gitignore
├── index.html
├── .babelrc
├── README.md
└── package.json
/static/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/favicon.ico
--------------------------------------------------------------------------------
/config/prod.env.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | module.exports = {
3 | NODE_ENV: '"production"'
4 | };
5 |
--------------------------------------------------------------------------------
/src/assets/img/bg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/src/assets/img/bg2.jpg
--------------------------------------------------------------------------------
/src/assets/img/bg3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/src/assets/img/bg3.jpg
--------------------------------------------------------------------------------
/src/assets/img/bg4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/src/assets/img/bg4.jpg
--------------------------------------------------------------------------------
/src/assets/preview/e1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/src/assets/preview/e1.jpg
--------------------------------------------------------------------------------
/src/assets/preview/e2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/src/assets/preview/e2.jpg
--------------------------------------------------------------------------------
/src/assets/preview/e3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/src/assets/preview/e3.jpg
--------------------------------------------------------------------------------
/src/assets/preview/e4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/src/assets/preview/e4.jpg
--------------------------------------------------------------------------------
/dist/static/img/bg2.ee3e0f3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/dist/static/img/bg2.ee3e0f3.jpg
--------------------------------------------------------------------------------
/dist/static/img/bg3.ce136b5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jingjingke/vue-admin/HEAD/dist/static/img/bg3.ce136b5.jpg
--------------------------------------------------------------------------------
/src/config.js:
--------------------------------------------------------------------------------
1 | const info = {
2 | name: "金爱农运营后台",
3 | copy: "浙江金爱农网络科技有限公司"
4 | };
5 | export default info;
6 |
--------------------------------------------------------------------------------
/src/App.vue:
--------------------------------------------------------------------------------
1 |
2 |
您要找的页面正在躲猫猫···
4 |是不是地址输错了?或者页面还在开发中?
5 |
6 | {{time}} 秒后将为您跳转至
您的登录信息已过期,需要重新登录
4 |
5 | {{time}} 秒后将为您跳转至
38 | 确定删除 {{ deleteInfo.form.name }} 吗? 39 |
40 | 44 |© {{year}} {{webInfo.copy}}
15 ||
12 | |
15 |
16 | |
19 |
20 | |
23 | |||
|---|---|---|---|---|---|
| 28 | | 29 | | 30 | | 31 | | 32 | | 33 | |
|
38 | |
40 | {{ list.name }} | 41 | 42 |
43 | |
45 | {{ item.name }} | 46 |
47 |
48 | |
53 |
69 | 确定删除 {{ deleteInfo.form.name }} 吗? 70 |
71 | 75 |79 | 确定{{ statusInfo.form.status === "1" ? "启用" : "禁用" 80 | }} {{ statusInfo.form.name }} 吗? 81 |
82 | 86 |102 | 确定删除 {{ deleteInfo.form.name }} 吗? 103 |
104 | 108 |95 | 确定{{ statusInfo.form.status === 5 ? "启用" : "禁用" 96 | }} {{ statusInfo.form.taskName }} 吗? 97 |
98 | 102 |102 | 确定{{ statusInfo.form.status === 0 ? "启用" : "禁用" 103 | }} {{ statusInfo.form.companyName }} - 104 | {{ statusInfo.form.productName }} - {{ statusInfo.form.processName }} 吗? 105 |
106 | 110 |