From 7c53f6173df456a39a9f591afe5bc9726e8f302f Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Mon, 7 Jul 2025 09:55:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(order):=20=E6=A0=87=E8=AE=B0=20BG=20?= =?UTF-8?q?=E5=92=8C=E8=A1=8C=E4=B8=9A=E4=B8=BA=E5=BF=85=E5=A1=AB=E9=A1=B9?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E4=BF=9D=E5=AD=98=E8=8D=89=E7=A8=BF?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在订单添加和编辑页面,为 BG 和行业字段添加必填项标记并设置为 required --- .../src/main/resources/templates/project/order/add.html | 8 ++++---- .../src/main/resources/templates/project/order/edit.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/project/order/add.html b/ruoyi-admin/src/main/resources/templates/project/order/add.html index 36cb6aa6..29ac29d5 100644 --- a/ruoyi-admin/src/main/resources/templates/project/order/add.html +++ b/ruoyi-admin/src/main/resources/templates/project/order/add.html @@ -137,18 +137,18 @@ - BG + BG* - - 行业 + 行业* - diff --git a/ruoyi-admin/src/main/resources/templates/project/order/edit.html b/ruoyi-admin/src/main/resources/templates/project/order/edit.html index 21210ca7..133ad44c 100644 --- a/ruoyi-admin/src/main/resources/templates/project/order/edit.html +++ b/ruoyi-admin/src/main/resources/templates/project/order/edit.html @@ -136,9 +136,9 @@ required> - BG + BG* - - 行业 + 行业* -