Commit 2bd02631 authored by 张锡奇's avatar 张锡奇
parents 862a4424 20028247
...@@ -63,7 +63,7 @@ module.exports = [ ...@@ -63,7 +63,7 @@ module.exports = [
name:"punchClockDetail", name:"punchClockDetail",
component:()=>import("@/view/healthCard/punchClockDetail.vue"), component:()=>import("@/view/healthCard/punchClockDetail.vue"),
meta:{ meta:{
title:"打卡健康" title:"健康打卡"
} }
} }
] ]
......
...@@ -191,7 +191,7 @@ export default { ...@@ -191,7 +191,7 @@ export default {
hdr:state => state.healthStatistics.hdr, hdr:state => state.healthStatistics.hdr,
}), }),
btnName(){ btnName(){
if(this.status==0)return "新增"; if(this.status==0)return "提交";
else if(this.status==1)return "修改"; else if(this.status==1)return "修改";
else return "补卡" else return "补卡"
} }
......
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