From a12bdf1a81312dbc1ea215f4cc01c7c1115a7260 Mon Sep 17 00:00:00 2001 From: DYL0109 <dn18191638832@163.com> Date: 星期五, 18 四月 2025 19:15:53 +0800 Subject: [PATCH] Merge pull request #72 from zhitan-cloud/dyl_dev --- zhitan-vue/src/views/processEnergy/daily/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhitan-vue/src/views/processEnergy/daily/index.vue b/zhitan-vue/src/views/processEnergy/daily/index.vue index c8af060..1ca6431 100644 --- a/zhitan-vue/src/views/processEnergy/daily/index.vue +++ b/zhitan-vue/src/views/processEnergy/daily/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