From 45cc2e9af86248745eee29e4f2ed980948fc6fd0 Mon Sep 17 00:00:00 2001
From: VVT789 <sdxt_0802@163.com>
Date: 星期一, 17 二月 2025 23:22:53 +0800
Subject: [PATCH] delete dsstore

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

diff --git a/zhitan-vue/src/views/comprehensive/monthlyComprehensive/index.vue b/zhitan-vue/src/views/comprehensive/monthlyComprehensive/index.vue
index c63c0fe..588b94d 100644
--- a/zhitan-vue/src/views/comprehensive/monthlyComprehensive/index.vue
+++ b/zhitan-vue/src/views/comprehensive/monthlyComprehensive/index.vue
@@ -69,10 +69,9 @@
             </template>
           </el-table-column>
           <el-table-column v-for="index in 31" :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>
-
         <div>
           <line-chart ref="LineChartRef" :chartData="lineChartData" />
         </div>

--
Gitblit v1.9.3