| | |
| | | </template> |
| | | |
| | | <!-- 国标刷新图标 --> |
| | | <div class="tree-edit gb-refresh" v-show="!TreeDataPool.gbReadonly"> |
| | | <!-- <div class="tree-edit gb-refresh" v-show="!TreeDataPool.gbReadonly"> |
| | | <el-tooltip content="刷新" placement="top" popper-class="atooltip"> |
| | | <button @click="refreshGB"> |
| | | <i v-if="loadingGBTree" class="el-icon-loading" style="font-size:16px"></i> |
| | | <i v-else class="el-icon-refresh" style="font-size:16px"></i> |
| | | </button> |
| | | </el-tooltip> |
| | | </div> |
| | | </div>--> |
| | | <div class="tree-edit gb-lock" v-show="showLock"> |
| | | <button @click="gbLockSwitch"> |
| | | <i v-if="TreeDataPool.gbReadonly" class="el-icon-lock" style="font-size:16px"></i> |
| | |
| | | </div> |
| | | </div> |
| | | </el-tab-pane> |
| | | <el-tab-pane |
| | | label="数据栈" |
| | | name="dataStack" |
| | | |
| | | v-if="showDataStack" |
| | | > |
| | | <el-tab-pane label="数据栈" name="dataStack" v-if="showDataStack"> |
| | | <div class="local-vedio-area"> |
| | | <!-- 搜索 --> |
| | | <div class="search-input"> |
| | |
| | | </div> |
| | | |
| | | <!-- 本地视频源列表 --> |
| | | <div class="dev-vedio-list" > |
| | | <div class="dev-vedio-list"> |
| | | <!-- 添加文件夹图标 --> |
| | | <div class="tree-edit area-add" v-show="!DataStackPool.readonly"> |
| | | <el-tooltip content="添加文件夹" placement="bottom" popper-class="atooltip"> |
| | |
| | | } from "@/api/camera"; |
| | | |
| | | import bus from "@/plugin/bus" |
| | | import TreeMenu from "@/components/treeMenu/index"; |
| | | // import TreeMenu from "@/components/treeMenu/index"; |
| | | import TreeMenu from "@/components/giantTree/index"; |
| | | import LocalVedioList from '@/components/subComponents/LocalVedioList'; |
| | | import FileUpload from '@/components/subComponents/FileUpload/index'; |
| | | import XLSX from 'xlsx' |
| | |
| | | if (type === "camera") { |
| | | this.TreeDataPool.fetchTreeData(); |
| | | } |
| | | if(type === "cluster"){ |
| | | if (type === "cluster") { |
| | | this.TreeDataPool.fetchClusterTree(); |
| | | } |
| | | if (type === "dir") { |