社区管理
This commit is contained in:
@@ -181,7 +181,7 @@ export default {
|
|||||||
if( !this.form.fileList.length) {
|
if( !this.form.fileList.length) {
|
||||||
return this.$u.toast('请上传图片')
|
return this.$u.toast('请上传图片')
|
||||||
}
|
}
|
||||||
if(status == 1 && !this.form.proveFileList.length) {
|
if(status == 2 && !this.form.proveFileList.length) {
|
||||||
return this.$u.toast('请上传核酸阴性证明图片')
|
return this.$u.toast('请上传核酸阴性证明图片')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,10 @@
|
|||||||
<img :src="$cdn + 'common/phone.png'" alt="" class="phone-icon" >
|
<img :src="$cdn + 'common/phone.png'" alt="" class="phone-icon" >
|
||||||
{{info.phone}}</div>
|
{{info.phone}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="item-flex">
|
||||||
|
<div class="label">处置意见</div>
|
||||||
|
<div class="value" :class="'type-'+item.lastRiskDisposal.handleType">{{$dict.getLabel('EP_handleType', info.lastRiskDisposal.handleType)}}</div>
|
||||||
|
</div>
|
||||||
<div class="item-flex">
|
<div class="item-flex">
|
||||||
<div class="label">居家状态</div>
|
<div class="label">居家状态</div>
|
||||||
<div class="value">{{$dict.getLabel('EP_homeStatus2', info.homeStatus)}}</div>
|
<div class="value">{{$dict.getLabel('EP_homeStatus2', info.homeStatus)}}</div>
|
||||||
@@ -68,6 +72,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="info" v-if="info.lastReportInfo.remarks">
|
||||||
|
<div class="item-flex border-none">
|
||||||
|
<div style="color:#999;">备注</div>
|
||||||
|
</div>
|
||||||
|
<p style="padding-bottom: 12px;">{{info.lastReportInfo.remarks}}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="line-bg" style="padding-bottom: 56px;" v-if="info.status == 1"></div>
|
<div class="line-bg" style="padding-bottom: 56px;" v-if="info.status == 1"></div>
|
||||||
<div class="footer" v-if="info.status == 1">
|
<div class="footer" v-if="info.status == 1">
|
||||||
<div class="cancel" @click="toEdit()">编辑</div>
|
<div class="cancel" @click="toEdit()">编辑</div>
|
||||||
@@ -91,7 +102,7 @@ export default {
|
|||||||
document.title = '管理信息'
|
document.title = '管理信息'
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
this.$dict.load('EP_homeStatus2', 'EP_quarantineStrategy').then(() => {
|
this.$dict.load('EP_homeStatus2', 'EP_quarantineStrategy', 'EP_handleType').then(() => {
|
||||||
this.id = option.id
|
this.id = option.id
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
})
|
})
|
||||||
@@ -181,15 +192,22 @@ export default {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.color-0{
|
.color-0,
|
||||||
|
.type-1,
|
||||||
|
.type-5{
|
||||||
color: #42D784;
|
color: #42D784;
|
||||||
}
|
}
|
||||||
.color-1{
|
.color-1,
|
||||||
|
.type-2,
|
||||||
|
.type-3{
|
||||||
color: #f46;
|
color: #f46;
|
||||||
}
|
}
|
||||||
.color-2{
|
.color-2{
|
||||||
color: #1365DD;
|
color: #1365DD;
|
||||||
}
|
}
|
||||||
|
.type-4{
|
||||||
|
color: #FFA938;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.img-list{
|
.img-list{
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
|
|||||||
Reference in New Issue
Block a user