jiangping
2025-04-15 f8c827392607967121c5f9a57894645f18ad5953
分支
用户 jiangping <jp@doumee.com>
星期二, 四月 15, 2025 18:14 +0800
提交者 jiangping <jp@doumee.com>
星期二, 四月 15, 2025 18:14 +0800
提交f8c827392607967121c5f9a57894645f18ad5953
目录 c3aaa72933089ea2e7909576c9200dadeb74f589 目录 | zip | gz
上一版本 71c893964b732f2026fccc573502a1b503f985fd 查看 | 对比
代码初始化
已添加7个文件
已删除1个文件
已修改42个文件
7345 ■■■■■ 文件已修改
admin/.env 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/.env.development 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/.env.production 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/.env.staging 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/.env.test 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/package.json 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaCategoryDcaProblemWindow.vue 51 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaCategoryWindow.vue 42 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaMemberWindow.vue 76 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaWorkorderDetailDbhWindow.vue 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaWorkorderDetailDcaInfoWindow.vue 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaWorkorderDetailDcaWindow.vue 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaWorkorderDetailSheWindow.vue 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/common/Header.vue 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/components/system/user/OperaUserWindow.vue 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/main.js 4 ●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/categoryDbhLocaltion.vue 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/categoryDbhType.vue 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/categoryDcaLocaltion.vue 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/categoryDcaProblem.vue 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/categorySheLocaltion.vue 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/categorySheType.vue 6 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/company.vue 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/companyMember.vue 15 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/workorderDbh.vue 35 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/workorderDca.vue 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/workorderDcaChild.vue 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/business/workorderShe.vue 35 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/src/views/system/user.vue 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
admin/vue.config.js 18 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/api/business/WorkorderController.java 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/dao/business/model/Workorder.java 5 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/dao/business/vo/WorkorderAllDto.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/dao/business/vo/WorkorderDbhDto.java 10 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaDto.java 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/dao/business/vo/WorkorderSheDto.java 11 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/service/business/impl/ManagersServiceImpl.java 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/service/business/impl/MemberServiceImpl.java 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/java/com/doumee/service/business/impl/WorkorderServiceImpl.java 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/resources/application-dev.yml 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/resources/application-pro.yml 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/resources/application-test.yml 74 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/resources/application.yml 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
server/src/main/resources/logback-spring.xml 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
startsh/DBbackup.sh 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
startsh/Navicat备份文件20250415170810.nb3 对比 | 查看 | 原始文档 | blame | 历史
startsh/admin_start.sh 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
startsh/lianhelihua数据库备份.sql 6781 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
startsh/启动脚本和日志处理脚本说明.txt 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史