Commit 9ca886ba authored by yating.lin's avatar yating.lin

微调

parent 06b64e55
......@@ -139,13 +139,13 @@ export class EnvDetailPage implements OnInit {
let stateName = '';
switch (state) {
case 0:
stateName = '离舍 ';
stateName = '离舍';
break;
case 1:
stateName = '在舍';
break;
default:
stateName = ' ';
stateName = '';
break;
}
return stateName;
......
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