文件名从 web/src/views/DuctpiecePLM/components/GpsManage.vue 修改 |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { buttonPinia } from '../../../pinia/index'; |
| | | import { throttle, changeSize } from '../../../plugins/public'; // 导入节流、动态切换组件尺寸方法 |
| | | import { buttonPinia } from '../../../../pinia/index'; |
| | | import { throttle, changeSize } from '../../../../plugins/public'; // 导入节流、动态切换组件尺寸方法 |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | </script> |
| | | |
| | | <style lang="sass" scoped> |
| | | @import '../../../style/layout-main.scss'; |
| | | @import '../../../../style/layout-main.scss'; |
| | | </style> |