Browse Source

灵敏感知大屏

main
kami 1 year ago
parent
commit
776a9d1ba1
  1. 4
      src/views/sensitivePerception/RiskPersonnel.vue

4
src/views/sensitivePerception/RiskPersonnel.vue

@ -231,7 +231,7 @@ function getGender(val) {
if (val == 1) {
return "男";
}
if (val == 1) {
if (val == 2) {
return "女";
}
return "";
@ -248,4 +248,4 @@ function getGender(val) {
font-size: 124px;
color: #fff;
}
</style>
</style>

Loading…
Cancel
Save