From 8fe9eb9138f6e25fc1bc98cd36ff62d8f1b3a05e Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期三, 25 十二月 2024 17:20:32 +0800 Subject: [PATCH] 首页配置 --- Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue index 55a088a..26189cb 100644 --- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue +++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue @@ -26,7 +26,7 @@ @update="rowTreeUpdataHandler" @node-click="nodeClick"> <span slot-scope="{ node, data }" class="el-tree-node__label"> - <span style="font-size: 15px"> + <span> <i class="el-icon-s-promotion"></i> {{ (node || {}).label }} </span> @@ -565,9 +565,7 @@ exportAction(params).then(res => { func.downloadFileByBlobHandler(res); this.$message.success('瀵煎嚭鎴愬姛'); - }).catch(err => { - this.$message.error(err); - }) + }); }, // action鍒楄〃琛屽垹闄� -- Gitblit v1.9.3