From a128d99df306bb1ab017b7069fb0441837b3917b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 13 十月 2025 10:04:35 +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