From c703b9fdaa118315f28c86db9a9796e413a030c9 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 06 Feb 2024 16:39:59 +0800
Subject: [PATCH] 九小修改

---
 src/views/place/index.vue |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/src/views/place/index.vue b/src/views/place/index.vue
index e92a8c4..f543cbf 100644
--- a/src/views/place/index.vue
+++ b/src/views/place/index.vue
@@ -22,11 +22,6 @@
                 }}</el-tag>
             </template>
 
-            <template slot-scope="{row, size}" slot="confirmFlag">
-                <el-tag :size="size" :type="showConfirmFlag(row.confirmFlag).type">{{ showConfirmFlag(row.confirmFlag).text
-                }}</el-tag>
-            </template>
-
             <template slot-scope="{row, size}" slot="source">
                 <el-tag :size="size" :type="showSource(row.source).type">{{ showSource(row.source).text
                 }}</el-tag>
@@ -138,7 +133,7 @@
                         },],
                     },
 
-                    
+
 
                     {
                         width: 110,
@@ -355,7 +350,7 @@
                         label: "九小分类",
                         prop: "nineType",
                         type: "select",
-                        display:false,
+                        display: false,
                         dicUrl: "/api/blade-system/dict-biz/dictionary?code=nineType",
                         dataType: "number",
                         hide: true,
@@ -386,7 +381,7 @@
                         label: "阵地类型",
                         prop: "frontType",
                         type: "select",
-                        display:false,
+                        display: false,
                         row: true,
                         dicUrl: "/api/blade-system/dict-biz/dictionary?code=frontType",
                         dataType: "number",
@@ -421,7 +416,7 @@
                         prop: "location",
                         type: 'map',
                         dataType: "string",
-                        minWidth:250,
+                        minWidth: 250,
                         span: 12,
                         value: [117.966460, 28.431002, ""],
                         rules: [
@@ -436,7 +431,7 @@
                         label: "备注",
                         prop: "remark",
                         type: 'textarea',
-                        hide:true,
+                        hide: true,
                         span: 24,
                         rules: [
                             {
@@ -453,7 +448,7 @@
                         editDisplay: false,
                         viewDisplay: false,
                         label: "经度",
-                        hide:true,
+                        hide: true,
                         prop: "lng",
                     },
 
@@ -464,7 +459,7 @@
                         editDisplay: false,
                         viewDisplay: false,
                         label: "纬度",
-                        hide:true,
+                        hide: true,
                         prop: "lat",
                     },
 
@@ -528,7 +523,7 @@
 
     watch: {
         'form.isNine': {
-            handler(newData) {
+            handler (newData) {
                 if (newData) {
                     let nineTypeColumn = this.findObject(
                         this.option.column,
@@ -544,7 +539,7 @@
             },
         },
         'form.isFront': {
-            handler(newData) {
+            handler (newData) {
                 if (newData) {
                     let frontTypeColumn = this.findObject(
                         this.option.column,

--
Gitblit v1.9.3