From 6739faebc8bac0aa168a6f61573466b1c80bbecd Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 12 六月 2026 11:12:27 +0800
Subject: [PATCH] 打卡增加夜班逻辑
---
src/pages/works.vue | 20 +++++++++-----------
1 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/src/pages/works.vue b/src/pages/works.vue
index 65fd28a..c23f37e 100644
--- a/src/pages/works.vue
+++ b/src/pages/works.vue
@@ -502,10 +502,10 @@
icon: "/static/images/icon/dakaqiandao.svg",
label: "鎵撳崱绛惧埌",
},
- {
- icon: "/static/images/icon/renyuanxinzi.svg",
- label: "浜哄憳钖祫",
- },
+ // {
+ // icon: "/static/images/icon/renyuanxinzi.svg",
+ // label: "浜哄憳钖祫",
+ // },
{
icon: "/static/images/icon/hetongguanli.svg",
label: "鍚堝悓绠$悊",
@@ -560,16 +560,14 @@
},
]);
// OA鍔炲叕鍔熻兘鏁版嵁锛堢函鍓嶇閰嶇疆锛屼笉鍙備笌鍚庣鏉冮檺杩囨护锛�
- const oaItems = reactive(
- OA_WORKBENCH_ITEMS.map(item => ({ ...item }))
- );
+ const oaItems = reactive(OA_WORKBENCH_ITEMS.map(item => ({ ...item })));
// 鍗忓悓鍔炲叕鍔熻兘鏁版嵁
const collaborationItems = reactive([
- {
- icon: "/static/images/icon/xietongshenpi.svg",
- label: "鍗忓悓瀹℃壒",
- },
+ // {
+ // icon: "/static/images/icon/xietongshenpi.svg",
+ // label: "鍗忓悓瀹℃壒",
+ // },
{
icon: "/static/images/icon/huiyiguanli.svg",
label: "浼氳绠$悊",
--
Gitblit v1.9.3