From 7f4af2806606a4bc0c4dde5bda9d7ab2398808f8 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Fri, 18 Oct 2024 16:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/checkReport/add.html | 45 ++++++++++++-- .../templates/system/checkReport/detail.html | 59 ++++++++++++++++-- .../templates/system/checkReport/edit.html | 60 +++++++++++++++++-- 3 files changed, 151 insertions(+), 13 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/checkReport/add.html b/ruoyi-admin/src/main/resources/templates/system/checkReport/add.html index bc8aa6e..1644b00 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkReport/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkReport/add.html @@ -13,12 +13,15 @@ .el-select{ width: 100%; } + .el-upload__input{ + display: none !important; + }