From eda7c8e286750a32888aec7b1e1054065f0269bf Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Mon, 7 Jul 2025 10:11:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(project):=20=E5=9C=A8=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=A1=A8=E5=8D=95=E4=B8=AD=E5=B0=86=20BG=20?= =?UTF-8?q?=E5=92=8C=E8=A1=8C=E4=B8=9A=E5=AD=97=E6=AE=B5=E6=A0=87=E8=AE=B0?= =?UTF-8?q?=E4=B8=BA=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 add.html 和 edit.html 文件中,为项目名称、BG 和行业字段添加了 required 属性 - 在 BG 和行业字段的标签旁边添加了"*"符号,表示这些字段是必填的 --- .../src/main/resources/templates/project/info/add.html | 10 +++++----- .../main/resources/templates/project/info/edit.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/project/info/add.html b/ruoyi-admin/src/main/resources/templates/project/info/add.html index 0a61e875..44887782 100644 --- a/ruoyi-admin/src/main/resources/templates/project/info/add.html +++ b/ruoyi-admin/src/main/resources/templates/project/info/add.html @@ -110,23 +110,23 @@ readonly> 项目名称* - - BG + BG* - 行业 + 行业* - diff --git a/ruoyi-admin/src/main/resources/templates/project/info/edit.html b/ruoyi-admin/src/main/resources/templates/project/info/edit.html index e4495abf..4e073d54 100644 --- a/ruoyi-admin/src/main/resources/templates/project/info/edit.html +++ b/ruoyi-admin/src/main/resources/templates/project/info/edit.html @@ -125,13 +125,13 @@ 项目名称* - BG + BG* - - 行业 + 行业* -