字典更换

This commit is contained in:
liuye
2022-11-25 15:51:35 +08:00
parent b114479118
commit e1ebcface4

View File

@@ -59,7 +59,7 @@
<div class="title">
<div class="name">
{{item.name}}
<span class="type">{{$dict.getLabel('EP_registerInfoType', item.infoType)}}</span>
<span class="type">{{$dict.getLabel('EP_infoType', item.infoType)}}</span>
</div>
<div class="status" :class="item.nucleicAcidSamplingCount >0 ? 'status1' : 'status0'">
<span class="cir"></span>
@@ -139,7 +139,7 @@ export default {
onLoad() {
this.areaId = this.user.areaId
this.areaName = this.user.areaName
this.$dict.load('EP_CM_status', 'EP_registerInfoType', 'EP_handleType').then(() => {
this.$dict.load('EP_CM_status', 'EP_infoType', 'EP_handleType').then(() => {
this.registerTypeList = this.$dict.getDict('EP_handleType')
this.registerTypeList.unshift({dictValue: '', dictName: '全部'})
this.getListInit()