Commit f7960465ae3b31ec2c5014b52c029fa80526c76b
1 parent
89e5c5fa54
Exists in
master
and in
8 other branches
增加字段
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntData.java
View file @
f796046
| ... | ... | @@ -33,7 +33,7 @@ |
| 33 | 33 | this.id = model.getId(); |
| 34 | 34 | this.dueWeek = model.getCurrentDueDate(); |
| 35 | 35 | this.checkTime = model.getCheckDate(); |
| 36 | - this.title="产前复诊"; | |
| 36 | + this.title="复诊"; | |
| 37 | 37 | this.type="3"; |
| 38 | 38 | } |
| 39 | 39 | |
| ... | ... | @@ -44,7 +44,7 @@ |
| 44 | 44 | int day = (days % 7); |
| 45 | 45 | this.dueWeek = "孕" + week + "周" + (day > 0 ? "+" + day + "天" : ""); |
| 46 | 46 | this.checkTime = model.getCheckTime(); |
| 47 | - this.title="产前初诊"; | |
| 47 | + this.title="初诊"; | |
| 48 | 48 | this.type="2"; |
| 49 | 49 | } |
| 50 | 50 |