From 630dc1cb24c3734dabd9145044377d4573937178 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Tue, 25 Jun 2024 09:02:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B5=84=E4=BA=A7=E7=99=BB=E8=AE=B0bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/property/property/add.html | 2 +- .../main/resources/templates/system/property/property/edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/property/property/add.html b/ruoyi-admin/src/main/resources/templates/system/property/property/add.html index 052116d..77eabd6 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/property/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/property/add.html @@ -78,7 +78,7 @@ </div> </div> <div class="form-group"> - <label class="col-sm-3 control-label is-required">资产数量:</label> + <label class="col-sm-3 control-label is-required">网络终端:</label> <div class="col-sm-8"> <input name="propertyNum" digits="true" class="form-control" type="text" required> </div> diff --git a/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html b/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html index 622e744..7a8de60 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html @@ -85,7 +85,7 @@ </div> </div> <div class="form-group"> - <label class="col-sm-3 control-label is-required">资产数量:</label> + <label class="col-sm-3 control-label is-required">网络终端:</label> <div class="col-sm-8"> <input name="propertyNum" required digits="true" th:field="*{propertyNum}" class="form-control" type="text"> </div>