字典更换
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user