| | |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-07 16:23:56 |
| | | * @FilePath: \bigScreen\src\views\layout\components\scomponents\toolList.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2024 by shuishen, All Rights Reserved. |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2024 by shuishen, All Rights Reserved. |
| | | --> |
| | | <template> |
| | | <ul v-show="moreToolShow" class="tool-list-box"> |
| | |
| | | } |
| | | }) |
| | | import location from './tool/location.vue' |
| | | import curtain from './tool/curtain.vue' |
| | | import measure from './tool/measure.vue' |
| | | import exportScene from './tool/exportScene.vue' |
| | | import component from 'element-plus/es/components/tree-select/src/tree-select-option.mjs' |
| | | const emit = defineEmits(['close']) |
| | |
| | | { |
| | | icon: 'fa fa-calculator', |
| | | title: '图上量算', |
| | | component: measure, |
| | | }, |
| | | { |
| | | icon: 'fa fa-bar-chart', |
| | |
| | | { |
| | | icon: 'fa fa-columns', |
| | | title: '卷帘对比', |
| | | component: curtain |
| | | }, |
| | | { |
| | | icon: 'fa fa-window-restore', |
| | |
| | | margin-top: 0; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |