From 035ae011994018a6ab7774836d31e49dcd362f57 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 12 六月 2023 15:54:12 +0800 Subject: [PATCH] 发布管理,添加模型发布类型;发布管理界面优化;目录管理上传文件改为上传目录,目录下载改为文件夹下载,默认选中最后一个菜单节点;钻孔柱状图效果修改;矢量数据入库修改 --- src/views/datamanage/catalogueManage.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/datamanage/catalogueManage.vue b/src/views/datamanage/catalogueManage.vue index b591f71..77f16aa 100644 --- a/src/views/datamanage/catalogueManage.vue +++ b/src/views/datamanage/catalogueManage.vue @@ -53,7 +53,7 @@ type="info" size="small" @click="setDirectoryDownload" - >{{ $t("shuJuGuanLi.butten.directoryDownload") }}</el-button> + >{{ $t("shuJuGuanLi.butten.folderDownload") }}</el-button> </el-form-item> <el-form-item> @@ -77,7 +77,7 @@ type="success" icon="el-icon-plus" size="small" - >{{ $t("shuJuGuanLi.butten.uploadFile") }}</el-button> + >{{ $t("shuJuGuanLi.butten.uploads") }}</el-button> </el-upload> </el-form-item> <el-form-item> @@ -713,7 +713,7 @@ var rs = JSON.parse(this.currentData); cdata = this.$refs.tree.getNode(rs.id).data; } else { - cdata = this.dirList[0] + cdata = this.dirList[this.dirList.length - 1] } this.$nextTick(() => { this.expandData = [cdata.id]; -- Gitblit v1.9.3