Commit d0fa61f7 authored by Zhang Xiaojie's avatar Zhang Xiaojie

考勤打卡UI界面

parent 3f8e1e77
...@@ -14,9 +14,9 @@ location?:打卡位置 ...@@ -14,9 +14,9 @@ location?:打卡位置
note?:备注 note?:备注
*/ */
// const stateList:Array<String>=[ /*
// '异常','正常','早退' state:今日考勤状态 '异常','正常','早退'
// ] */
const punchList:Array<Punch>=[ const punchList:Array<Punch>=[
{ {
...@@ -31,7 +31,7 @@ const punchList:Array<Punch>=[ ...@@ -31,7 +31,7 @@ const punchList:Array<Punch>=[
time:'09:30', time:'09:30',
isLocal:true, isLocal:true,
location:'浙江省杭州市西湖区东部软件园', location:'浙江省杭州市西湖区东部软件园',
} },
] ]
export{ export{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment