From 884ad944d947738efe407f7388dd5c32b02fd5a7 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 25 四月 2024 11:18:33 +0800
Subject: [PATCH] 2
---
src/api/data.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/api/data.js b/src/api/data.js
index deb21f5..815656d 100644
--- a/src/api/data.js
+++ b/src/api/data.js
@@ -6,9 +6,16 @@
{ id: 4, value: "娲佸噣鍒�" },
{ id: 5, value: "鏈�澶у亸宸�" }
]
-
+const attendanceStatus = [
+ { id: 1, value: "姝e父" },
+ { id: 2, value: "鍔犵彮" },
+ { id: 3, value: "浼戝亣" },
+ { id: 4, value: "寮傚父" },
+]
export const getDataByType = (type) => {
if (type == "projectOptions") {
return projectOptions
+ }else if(type=='attendanceStatus'){
+ return attendanceStatus
}
}
--
Gitblit v1.8.0