EP_handleType2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="info" v-if="item.handleType == 2">
|
||||
<div class="item-flex">
|
||||
<div class="label">处置意见</div>
|
||||
<div class="value">{{ $dict.getLabel('EP_handleType', item.handleType) }}</div>
|
||||
<div class="value">{{ $dict.getLabel('EP_handleType2', item.handleType) }}</div>
|
||||
</div>
|
||||
<div class="item-flex">
|
||||
<div class="label">集中隔离地</div>
|
||||
@@ -24,7 +24,7 @@
|
||||
<div class="info" v-if="item.handleType == 3">
|
||||
<!-- <div class="item-flex">
|
||||
<div class="label">处置意见</div>
|
||||
<div class="value">{{ $dict.getLabel('EP_handleType', item.handleType) }}</div>
|
||||
<div class="value">{{ $dict.getLabel('EP_handleType2', item.handleType) }}</div>
|
||||
</div>
|
||||
<div class="item-flex">
|
||||
<div class="label">居家状态</div>
|
||||
@@ -57,7 +57,7 @@
|
||||
<div class="info" v-if="item.handleType == 6">
|
||||
<div class="item-flex">
|
||||
<div class="label">处置意见</div>
|
||||
<div class="value">{{ $dict.getLabel('EP_handleType', item.handleType) }}</div>
|
||||
<div class="value">{{ $dict.getLabel('EP_handleType2', item.handleType) }}</div>
|
||||
</div>
|
||||
<div class="item-flex">
|
||||
<div class="label">移交对象</div>
|
||||
@@ -135,7 +135,7 @@ export default {
|
||||
},
|
||||
onLoad(option) {
|
||||
this.form = uni.getStorageSync('checkPointContent')
|
||||
this.$dict.load('EP_handleType', 'EP_quarantineAddress', 'EP_quarantineStrategy', 'EP_homeStatus', 'EP_controlMethod', 'EP_handoverObject', 'EP_handoverMethod').then(() => {
|
||||
this.$dict.load('EP_handleType2', 'EP_quarantineAddress', 'EP_quarantineStrategy', 'EP_homeStatus', 'EP_controlMethod', 'EP_handoverObject', 'EP_handoverMethod').then(() => {
|
||||
this.id = option.id
|
||||
this.getDetail()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user