Commit 20028247 authored by godwithdh's avatar godwithdh

name

parent 1cf9e9d9
...@@ -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