From 43800049e699143328743edfbf5f738ddd29a55e 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, 21 Apr 2024 21:35:38 +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 --- .../approveFlowLabourDrawer.vue | 3 ++ .../flowLabourInfo/detailFlowLabourDrawer.vue | 3 ++ .../src/views/flow/flowLabourInfo/index.vue | 47 +++++++++++++++++-- .../views/wxsetting/labourComplaint/index.vue | 18 +++---- .../web/controller/FloweController.java | 35 +++++++++++++- .../flow/service/IFlowLabourInfoService.java | 8 ++++ .../impl/FlowLabourInfoServiceImpl.java | 29 ++++++++++++ .../mapper/flow/FlowLabourInfoMapper.xml | 27 +++++++---- 8 files changed, 147 insertions(+), 23 deletions(-) diff --git a/ruoyi-ui/src/views/flow/flowLabourInfo/approveFlowLabourDrawer.vue b/ruoyi-ui/src/views/flow/flowLabourInfo/approveFlowLabourDrawer.vue index 46304e24..383426ce 100644 --- a/ruoyi-ui/src/views/flow/flowLabourInfo/approveFlowLabourDrawer.vue +++ b/ruoyi-ui/src/views/flow/flowLabourInfo/approveFlowLabourDrawer.vue @@ -407,6 +407,9 @@ export default { .el-form-item { margin-bottom: 15px !important; } +.el-step.is-simple .el-step__title{ + font-size:13px !important; +}