From df8eea01fe73c519abe5c6f9b40b937391897080 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 25 四月 2024 18:50:14 +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