From ce87e7746d6399c5a38a7f4fe10447d911b06051 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期六, 08 十月 2022 09:14:50 +0800
Subject: [PATCH] 新增案件池在学习、暂不处理

---
 src/components/dispatch/index.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/components/dispatch/index.vue b/src/components/dispatch/index.vue
index ebef391..a9fe5b6 100644
--- a/src/components/dispatch/index.vue
+++ b/src/components/dispatch/index.vue
@@ -55,11 +55,15 @@
                 <el-form-item label="鑱旂郴鏂瑰紡:" prop="contactWay">
                     <el-input v-model="dispatch.contactWay"></el-input>
                 </el-form-item>
-                <el-button type="primary" @click.native.prevent="handleDispatch">鍙戦�佺煭淇�</el-button>
+                <el-button type="primary">鍙戦�佺煭淇�</el-button>
             </div>
         </el-form>
         <div class="map">
-            <!-- <MyMap></MyMap> -->
+            <MyMap></MyMap>
+        </div>
+        <div class="footer">
+            <el-button type="primary" @click="handleDispatch">纭畾</el-button>
+            <el-button>杩斿洖</el-button>
         </div>
     </div>
 </template>
@@ -273,5 +277,10 @@
         height: 388px;
         width: 100%;
     }
+    .footer{
+        display: flex;
+        justify-content: flex-end;
+        padding: 10px 20px;
+    }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0