From 670ceae73c2211506dc834220e506ae893f850b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com>
Date: Fri, 10 Feb 2023 17:54:22 +0000
Subject: [PATCH] Update list.vue
---
project/qianxinan/AppSignInfo/list.vue | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/project/qianxinan/AppSignInfo/list.vue b/project/qianxinan/AppSignInfo/list.vue
index 2a36bce8..da4bf48e 100644
--- a/project/qianxinan/AppSignInfo/list.vue
+++ b/project/qianxinan/AppSignInfo/list.vue
@@ -14,9 +14,6 @@
-
-
-
@@ -40,7 +37,6 @@
-
@@ -67,15 +63,14 @@ export default {
},
data() {
return {
- search: {name: "", createDateStart: "", createDateEnd: "", times: "", departmentId: ""},
+ search: {name: "", createDateStart: "", createDateEnd: "", departmentId: ""},
page: {current: 1, size: 10, total: 0},
tableData: [],
colConfigs: [
{prop: "wxUserName", label: "用户"},
{prop: "departmentName", label: "部门"},
{prop: "createDate", label: "打卡日期"},
- {prop: "createTime", label: "最新打卡时间"},
- {prop: "times", label: "打卡次数"},
+ {prop: "createTime", label: "打卡时间"},
{prop: "status", label: "状态", dict: "wxSignStatus"}
],
treeData: [],