| | |
| | | /> |
| | | </el-menu-item-group> |
| | | </el-submenu> |
| | | <el-submenu index="1"> |
| | | <el-submenu index="1" v-show="false"> |
| | | <template slot="title"> |
| | | <!-- <i class="iconfont iconjiankongshexiangji"></i> --> |
| | | <span class="iconfont closeIcon" v-if="openeds[0] === '1'"></span> |
| | |
| | | /> |
| | | </el-menu-item-group> |
| | | </el-submenu> |
| | | <el-submenu index="2"> |
| | | <el-submenu index="2" v-show="false"> |
| | | <template slot="title"> |
| | | <!-- <i class="iconfont iconjiankongshexiangji"></i> --> |
| | | <span class="iconfont closeIcon" v-if="openeds[0] === '2'"></span> |
| | |
| | | import TreeMenu from "@/components/giantTree/index" |
| | | import LocalVedioList from "@/components/subComponents/LocalVedioList" |
| | | import FileUpload from "@/components/subComponents/FileUpload/index" |
| | | import XLSX from "xlsx" |
| | | // import XLSX from "xlsx" |
| | | import * as XLSX from "xlsx/xlsx.mjs" |
| | | import { findCluster } from "@/api/clusterManage" |
| | | |
| | | export default { |
| | |
| | | } |
| | | } catch (e) { |
| | | this.menuLoading = false |
| | | this.$message.warning("文件类型不正确!") |
| | | this.$message.warning("文件类型不正确!" + e) |
| | | } |
| | | } |
| | | fileReader.readAsBinaryString(_file) |