智慧园区前端大屏
linwe
2024-11-19 626086d6f2106df7ff161ea66fe5a8d8a6863319
src/pages/layout/components/scomponents/toolList.vue
@@ -4,9 +4,9 @@
 * @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">
@@ -27,6 +27,8 @@
  }
})
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'])
@@ -36,6 +38,7 @@
  {
    icon: 'fa fa-calculator',
    title: '图上量算',
    component: measure,
  },
  {
    icon: 'fa fa-bar-chart',
@@ -80,6 +83,7 @@
  {
    icon: 'fa fa-columns',
    title: '卷帘对比',
    component: curtain
  },
  {
    icon: 'fa fa-window-restore',
@@ -127,4 +131,4 @@
    margin-top: 0;
  }
}
</style>
</style>