From 0dbc9a36272727f52c46e1272cc5a4fe6a0edc49 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Tue, 19 Jul 2022 10:38:51 +0800
Subject: [PATCH] 1

---
 src/views/mechanism/mechanism.vue |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/src/views/mechanism/mechanism.vue b/src/views/mechanism/mechanism.vue
index 95b1e88..7ac1b0f 100644
--- a/src/views/mechanism/mechanism.vue
+++ b/src/views/mechanism/mechanism.vue
@@ -228,10 +228,15 @@
             rules: [
               {
                 required: true,
-                message: "请选择地点",
+                message: "请选择纬度",
                 trigger: "blur",
               },
             ],
+          },
+          {
+            label: "监控地址",
+            hide: true,
+            prop: "videourl",
           },
           {
             label: "偏航角",
@@ -257,11 +262,11 @@
             hide: true,
             prop: "gd",
           },
-          {
-            label: "地址",
-            hide: true,
-            prop: "address",
-          },
+          // {
+          //   label: "地址",
+          //   hide: true,
+          //   prop: "address",
+          // },
           {
             label: "网站地址",
             prop: "websiteurl",
@@ -314,11 +319,6 @@
             minRows: 6,
             span: 24,
           },
-          {
-            label: "监控地址",
-            hide: true,
-            prop: "videourl",
-          },
         ],
       },
       data: [],
@@ -355,6 +355,7 @@
       });
     },
     rowSave(row, done, loading) {
+      row["address"] = this.form.addressName;
       row["addressName"] = this.form.addressName;
       // console.log(row);
       // loading();

--
Gitblit v1.9.3