From a3094611deac91e0ec35bcfe3f3fdd3bdf993466 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 26 四月 2024 16:18:40 +0800
Subject: [PATCH] 考勤统计模块 增加月份对应的星期的数据处理+对应考勤统计的样式调整

---
 src/views/productManage/silkRegisterForm/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/productManage/silkRegisterForm/index.vue b/src/views/productManage/silkRegisterForm/index.vue
index eea9802..e6e7349 100644
--- a/src/views/productManage/silkRegisterForm/index.vue
+++ b/src/views/productManage/silkRegisterForm/index.vue
@@ -143,7 +143,7 @@
               //   }
               // })
               this.tableList.tableInfomation =  res.data || []
-              this.pagerOptions.totalCount = res.count
+              this.pagerOptions.totalCount = res.total
             } else {
               this.tableList.tableInfomation = []
             }
@@ -182,6 +182,7 @@
                   id:row.ID,
                   activeName:'first',
                   inspectID:row.finenessCheckID,
+                  title:'淇敼'
                 }
               });
     },

--
Gitblit v1.8.0