BUG 29462
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<label>人员类别</label>
|
||||
</div>
|
||||
<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)
|
||||
}}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user