From deef6042136608e32dbc5ca4d38bae2221b56c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sun, 13 Aug 2023 22:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 2 +- .../emergencyDrill/emergencyDrillDrawer.vue | 25 +++++++++---- .../src/views/work/emergencyDrill/index.vue | 35 +++++++++++++++++- ruoyi-ui/src/views/work/workTrain/index.vue | 37 +++++++++++++++++-- .../views/work/workTrain/workTrainDrawer.vue | 29 ++++++++++----- .../templates/pshManage/reportWithmarks.html | 2 +- .../templates/pshManage/sspChange.html | 2 +- .../templates/sspManage/reportWithmarks.html | 2 +- .../templates/sspManage/sspChange.html | 2 +- .../web/controller/BgWorkTrainController.java | 4 +- .../com/yanzhu/jh/work/domain/WorkTrain.java | 13 +++++++ .../jh/work/mapper/WorkTrainMapper.java | 8 ++++ .../jh/work/service/IWorkTrainService.java | 8 ++++ .../service/impl/WorkTrainServiceImpl.java | 11 ++++++ .../resources/mapper/work/WorkTrainMapper.xml | 29 +++++++++++++-- 15 files changed, 178 insertions(+), 31 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 79f983e2..152c5e2d 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -9,7 +9,7 @@ ruoyi: # 实例演示开关 demoEnabled: true # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) - profile: /data/uploadPath + profile: D:/data/uploadPath # 获取ip地址开关 addressEnabled: false # 验证码类型 math 数字计算 char 字符验证 diff --git a/ruoyi-ui/src/views/work/emergencyDrill/emergencyDrillDrawer.vue b/ruoyi-ui/src/views/work/emergencyDrill/emergencyDrillDrawer.vue index 744f5b9b..1b2e358b 100644 --- a/ruoyi-ui/src/views/work/emergencyDrill/emergencyDrillDrawer.vue +++ b/ruoyi-ui/src/views/work/emergencyDrill/emergencyDrillDrawer.vue @@ -21,11 +21,12 @@ - + + + - + + - + +