文件名从 web/src/views/DuctpiecePLM/components/DespatchOut.vue 修改 |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import qidian from "../../../assets/start_line.png"; |
| | | import zhong from "../../../assets/end_line.png"; |
| | | import qidian from "../../../../assets/start_line.png"; |
| | | import zhong from "../../../../assets/end_line.png"; |
| | | import BaiduMap from 'vue-baidu-map/components/map/Map.vue'; |
| | | import BmPolyline from 'vue-baidu-map/components/overlays/Polyline.vue'; |
| | | // import UploadImage from '../../../components/uploadImage.vue' |
| | | import { buttonPinia } from '../../../pinia/index'; |
| | | import { throttle, changeSize} from '../../../plugins/public'; // 导入节流、动态切换组件尺寸方法 |
| | | import { buttonPinia } from '../../../../pinia/index'; |
| | | import { throttle, changeSize} from '../../../../plugins/public'; // 导入节流、动态切换组件尺寸方法 |
| | | export default { |
| | | components:{ |
| | | // UploadImage, |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import '../../../style/layout-main.scss'; |
| | | @import '../../../../style/layout-main.scss'; |
| | | .gps_infos{ |
| | | padding: 20px; |
| | | position: absolute; |
| | | top: 15%; |
| | | right: 10px; |
| | | background: url("../../../assets/gps_info_bg.png") no-repeat; |
| | | background: url("../../../../assets/gps_info_bg.png") no-repeat; |
| | | background-size: 100% 100%; |
| | | |
| | | .gps_infos_items{ |