完成忌口检查
This commit is contained in:
@ -598,6 +598,11 @@ export function dealHealthy(customerHealthy) {
|
||||
? `,${customerHealthy.otherMotionField}`
|
||||
: "";
|
||||
}
|
||||
if (customerHealthy.hasOwnProperty("otherOperationHistory")) {
|
||||
customerHealthy.operationHistory += customerHealthy.otherOperationHistory
|
||||
? `,${customerHealthy.otherOperationHistory}`
|
||||
: "";
|
||||
}
|
||||
if (customerHealthy.hasOwnProperty("defecationNum")) {
|
||||
customerHealthy.defecationNum += "次/天";
|
||||
}
|
||||
|
Reference in New Issue
Block a user