返乡登记

This commit is contained in:
shijingjing
2022-08-26 09:08:14 +08:00
parent d26289d323
commit 9418c67883

View File

@@ -16,7 +16,7 @@
<div class="title">行程信息</div>
<div class="item-flex">
<div class="label">人员类别</div>
<div class="value" :style="info.type == 0 ? 'color:#42D784;' : 'color:#f46;'">{{$dict.getLabel('epidemicMemberType', info.type)}}</div>
<div class="value" :style="(info.type == 0 || info.type == 3 || info.type == 9)? 'color:#42D784;' : 'color:#f46;'">{{$dict.getLabel('epidemicRecentPersonType', info.type)}}</div>
</div>
<div class="item-flex">
<div class="label">返乡事由</div>
@@ -87,7 +87,7 @@ export default {
document.title = '返乡人员信息'
},
onLoad(option) {
this.$dict.load('epidemicMemberType', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicRecentTestResult', 'epidemicRecentHealth').then(() => {
this.$dict.load('epidemicRecentPersonType', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicRecentTestResult', 'epidemicRecentHealth').then(() => {
this.id = option.id
this.getDetail()
})