BUG 29462

This commit is contained in:
aixianling
2022-04-29 20:22:41 +08:00
parent 3b794c3229
commit bf207e19ee

View File

@@ -49,7 +49,7 @@
<label>人员类别</label> <label>人员类别</label>
</div> </div>
<div class="right"> <div class="right">
<span :style="{color: info.type === '0' ? '#42D784' : '#FF4466'}">{{ <span :style="{color: /[03]/.test(info.type) ? '#42D784' : '#FF4466'}">{{
$dict.getLabel('epidemicMemberType', info.type) $dict.getLabel('epidemicMemberType', info.type)
}}</span> }}</span>
</div> </div>