BUG 29462
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user