From a5eb9feae9bb82c6d42b46d5804f714d5edbf35b Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 21 Sep 2023 15:04:22 +0800
Subject: [PATCH] Merge branch 'feature_1.0' into qa

---
 src/views/device/govMonitorPoint.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/views/device/govMonitorPoint.vue b/src/views/device/govMonitorPoint.vue
index b848a5b..0472908 100644
--- a/src/views/device/govMonitorPoint.vue
+++ b/src/views/device/govMonitorPoint.vue
@@ -99,6 +99,7 @@
         <a-form-model-item has-feedback :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" label="������������" prop="guid">
           <a-input placeholder="���������������������" type="string" v-model="editSiteForm.guid" />
         </a-form-model-item>
+        <p class="errInfor">���������������������������������������������45-50���������!</p>
       </a-form-model>
     </a-modal>
   </a-card>
@@ -534,4 +535,11 @@
 }
 </script>
 
-<style scoped></style>
+<style scoped>
+.errInfor {
+  text-align: center;
+  color: red;
+  font-size: 15px;
+  font-weight: 700;
+}
+</style>

--
Gitblit v1.8.0