From 5aa07c5cfe96b928f1371d34d0af44890fbf7cd7 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 25 四月 2024 11:18:55 +0800 Subject: [PATCH] 删除报错插件,重新安装 --- 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