From 23254bb2239591b92100fa6b22f41c4f4d0e5ca8 Mon Sep 17 00:00:00 2001 From: ustcyc <yincun@163.com> Date: 星期五, 28 三月 2025 17:36:53 +0800 Subject: [PATCH] Merge pull request #42 from Andy-Yin/develop1.0 --- zhitan-vue/src/views/processEnergy/monthly/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhitan-vue/src/views/processEnergy/monthly/index.vue b/zhitan-vue/src/views/processEnergy/monthly/index.vue index 88b38c4..8378f6f 100644 --- a/zhitan-vue/src/views/processEnergy/monthly/index.vue +++ b/zhitan-vue/src/views/processEnergy/monthly/index.vue @@ -54,7 +54,7 @@ style="margin-right: 8px" ></el-button> <el-tooltip - v-if="scope.row.indexName.length > 9" + v-if="scope.row.indexName && scope.row.indexName.length > 9" class="item" effect="dark" :content="scope.row.indexName" -- Gitblit v1.9.3