详情
This commit is contained in:
@@ -65,7 +65,10 @@
|
||||
<label>出行方式</label>
|
||||
</div>
|
||||
<div class="right">
|
||||
<span>{{ $dict.getLabel('epidemicRecentTravel', info.travelType) }}</span>
|
||||
<span v-for="(item, index) in info.travelType.split(',')" :key="index">
|
||||
{{ $dict.getLabel('epidemicRecentTravel', item) }}
|
||||
<span v-show="index < info.travelType.split(',').length - 1">,</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="detail-info__item">
|
||||
@@ -187,6 +190,7 @@ export default {
|
||||
return {
|
||||
info: {},
|
||||
// pageShow: false
|
||||
data: []
|
||||
}
|
||||
},
|
||||
|
||||
@@ -209,6 +213,7 @@ export default {
|
||||
this.$instance.post(`/app/appepidemicpreventionregisterinfo/queryDetailById?id=${id}`).then(res => {
|
||||
if (res?.data) {
|
||||
this.info = res.data
|
||||
// this.data = this.info.travelType.split(',')
|
||||
}
|
||||
|
||||
this.$hideLoading()
|
||||
|
||||
Reference in New Issue
Block a user