|
1 месяц назад | |
---|---|---|
.husky | 2 лет назад | |
.vscode | 1 год назад | |
build | 2 лет назад | |
mock | 1 год назад | |
public | 2 лет назад | |
src | 1 месяц назад | |
tests | 2 лет назад | |
types | 2 лет назад | |
.cz-config.js | 2 лет назад | |
.editorconfig | 2 лет назад | |
.env | 2 лет назад | |
.env.development | 2 лет назад | |
.env.production | 2 лет назад | |
.env.test | 2 лет назад | |
.eslintignore | 2 лет назад | |
.eslintrc.js | 2 лет назад | |
.gitignore | 2 лет назад | |
.gitpod.yml | 2 лет назад | |
.prettierignore | 2 лет назад | |
.stylelintignore | 2 лет назад | |
.yarnclean | 2 лет назад | |
CHANGELOG.en_US.md | 2 лет назад | |
CHANGELOG.md | 2 лет назад | |
CHANGELOG.zh_CN.md | 2 лет назад | |
LICENSE | 2 лет назад | |
README.md | 2 лет назад | |
README.zh-CN.md | 2 лет назад | |
commitlint.config.js | 2 лет назад | |
index.html | 2 лет назад | |
jest.config.mjs | 2 лет назад | |
package.json | 4 месяцев назад | |
postcss.config.js | 2 лет назад | |
prettier.config.js | 2 лет назад | |
stylelint.config.js | 2 лет назад | |
tsconfig.json | 2 лет назад | |
vite.config.ts | 2 лет назад | |
windi.config.ts | 2 лет назад | |
yarn.lock | 4 месяцев назад |
English | 中文
Vue Vben Admin is a free and open source middle and back-end template. Using the latest vue3
, vite2
, TypeScript
and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.
Test account: vben/123456
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
TypeScript
git clone https://github.com/anncwb/vue-vben-admin.git
cd vue-vben-admin
yarn install
yarn serve
yarn build
You are very welcome to join!Raise an issue Or submit a Pull Request。
Pull Request:
git checkout -b feat/xxxx
git commit -am 'feat(function): add xxxxx'
git push origin feat/xxxx
pull request
reference vue specification (Angular)
feat
Add new featuresfix
Fix the problem/BUGstyle
The code style is related and does not affect the running resultperf
Optimization/performance improvementrefactor
Refactorrevert
Undo edittest
Test relateddocs
Documentation/noteschore
Dependency update/scaffolding configuration modification etc.workflow
Workflow improvementsci
Continuous integrationtypes
Type definition file changeswip
In developmentIf these plugins are helpful to you, you can give a star support
The Chrome 80+
browser is recommended for local development
Support modern browsers, not IE
![]() | IE![]() | Edge
![]() | Firefox
---|
If you think this project is helpful to you, you can help the author buy a cup of coffee to show your support!
#售后管理后台
###v1.0.0
###v1.0.1
详见文档
1. /salePersonnel/saleOrderList 售后工程师工单列表
response 添加字段
warrantyDate 保修界满日期
warrantyType 0保内维修 ,1保内维修-人为损坏 = 保外 ,2保外维修, 3保外转保内维修
2./salePersonnel/orderReceiving 售后工程师接单
request 删除必填参数
warrantyType
warrantyExpirationDate
3./repairPersonnel/checkRegister 维修登记
request 添加必填参数
defineDamage 定损结论 0 非人为损坏,1人为损坏
4./part/addOrUpdate 添加备件类型
request 添加必填参数
partPriceDiscount 备件折扣价格
5./salePersonnel/addOrUpdatePriceList 维修报价
request 添加必填参数
discount 0没折扣,1有折扣
6.添加状态 91取消维修备件回收