From 08c2033475fa42690c3246aa1510f6c6c932c2ea Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 02 八月 2025 10:53:31 +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