| | |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-28 11:35:07 |
| | | * @FilePath: \bigScreen\src\views\space\components\leftContainer.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. |
| | | --> |
| | | <script setup> |
| | | import EventBus from 'utils/bus' |
| | |
| | | value: "3-3-4", |
| | | select: false |
| | | }, |
| | | { |
| | | label: '给水管网', |
| | | value: "3-3-1", |
| | | select: false |
| | | }, |
| | | { |
| | | label: '燃气管网', |
| | | value: "3-3-3", |
| | | select: false |
| | | }, |
| | | |
| | | ]) |
| | | const curSelect = ref('') |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |