From 56c87d6ac0287eba251310bde2ee22f897fe7d95 Mon Sep 17 00:00:00 2001
From: netmouse <654680096@qq.com>
Date: 星期六, 15 二月 2025 10:01:22 +0800
Subject: [PATCH] 删除文件 .DS_Store

---
 zhitan-vue/src/views/comprehensive/yearComprehensive/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zhitan-vue/src/views/comprehensive/yearComprehensive/index.vue b/zhitan-vue/src/views/comprehensive/yearComprehensive/index.vue
index 494e37a..1b4eb04 100644
--- a/zhitan-vue/src/views/comprehensive/yearComprehensive/index.vue
+++ b/zhitan-vue/src/views/comprehensive/yearComprehensive/index.vue
@@ -69,7 +69,7 @@
             </template>
           </el-table-column>
           <el-table-column v-for="index in 12" :key="index" :label="index + '鏈�'" align="center" min-width="100">
-            <template #default="scope">{{ numFilter(scope.row[`value${index - 1}`]) }}</template>
+            <template #default="scope">{{ numFilter(scope.row[`value${index}`]) }}</template>
           </el-table-column>
         </el-table>
 

--
Gitblit v1.9.3