From 600cfe77f339c4017454a4ee8a599814d7268a1e Mon Sep 17 00:00:00 2001 From: chenwei Date: Thu, 18 Jul 2024 15:11:22 +0800 Subject: [PATCH] update --- frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue b/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue index c34b9b0..86c1aa7 100644 --- a/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue +++ b/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue @@ -25,7 +25,7 @@ style="width: 100%; margin-top: 20px"> - + @@ -98,8 +98,8 @@ export default { } if (row.fOrgType == row.fDate) { if (columnIndex == 0) { - return [1, 3]; - } else if (columnIndex == 1 || columnIndex == 2) { + return [1, 2]; + } else if (columnIndex == 1) { return [0, 0]; } } -- libgit2 0.21.2