From b4668a820cb11703613c59d6529898e230be0b28 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 04 八月 2025 14:57:18 +0800
Subject: [PATCH] bug修改
---
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