From 797cc9c1a5c90f413d46c5cb88e1ee5e3a84b071 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期二, 04 十月 2022 11:51:05 +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