| | |
| | | </el-form> |
| | | </el-dialog> |
| | | |
| | | <<<<<<< HEAD |
| | | <el-drawer |
| | | title="电子地图" |
| | | append-to-body="true" |
| | |
| | | width="100%" |
| | | height="100%" |
| | | ></iframe> |
| | | ======= |
| | | <el-drawer title="电子地图" append-to-body="true" :visible.sync="showMap"> |
| | | <iframe :src="mapUrl" frameborder="0" width="100%" height="100%"></iframe> |
| | | >>>>>>> cb724c3b33fc850771b87c3c6feaa582addac56a |
| | | </el-drawer> |
| | | </basic-container> |
| | | </template> |
| | |
| | | data() { |
| | | return { |
| | | showMap: false, |
| | | <<<<<<< HEAD |
| | | ======= |
| | | mapUrl: "https://s16s652780.51mypc.cn/jfpt/map/index.html", |
| | | >>>>>>> cb724c3b33fc850771b87c3c6feaa582addac56a |
| | | hls: "", |
| | | videoSource: "", |
| | | dialogTableVisible: false, |