| | |
| | | <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> |
| | |
| | | height: 388px; |
| | | width: 100%; |
| | | } |
| | | .footer{ |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | padding: 10px 20px; |
| | | } |
| | | } |
| | | </style> |