From ad51ed48d64a29467b38196cfd47ba1a5d3ed37f Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 12 三月 2025 22:28:52 +0800 Subject: [PATCH] 添加日报表统计 --- src/views/attendance/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/attendance/index.vue b/src/views/attendance/index.vue index 996f058..4ebbe9e 100644 --- a/src/views/attendance/index.vue +++ b/src/views/attendance/index.vue @@ -33,7 +33,7 @@ <el-table-column label="鍑哄嫟鎯呭喌" prop="state" width="180"> </el-table-column> <el-table-column - label="璇惧寘/浼氬憳鍗�" + label="璇惧寘" min-width="200" prop="voucherName" > @@ -93,6 +93,7 @@ data: { staffId: JSON.parse(localStorage.getItem("selectStaff")).id, keyword: "", + reportType: "", pageIn: { //鍙�夛紝濡傛灉鏄垎椤垫煡璇紝闇�瑕佸姞涓娿�� index: 0, //蹇呴�� -- Gitblit v1.8.0