From ccedc2e714c01d51f8eb986c6549ea701811f4bb Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期六, 08 十月 2022 18:07:44 +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