事件上报
This commit is contained in:
@@ -207,8 +207,8 @@ export default {
|
||||
flex-wrap: wrap;
|
||||
|
||||
.item {
|
||||
width: 29vw;
|
||||
height: 29vw;
|
||||
width: 27vw;
|
||||
height: 27vw;
|
||||
position: relative;
|
||||
padding: 0 2pt 2pt 0;
|
||||
box-sizing: border-box;
|
||||
@@ -225,8 +225,8 @@ export default {
|
||||
}
|
||||
|
||||
image,video {
|
||||
width: 29vw;
|
||||
height: 29vw;
|
||||
width: 27vw;
|
||||
height: 27vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -281,8 +281,8 @@ export default {
|
||||
}
|
||||
|
||||
.default {
|
||||
width: 30vw;
|
||||
height: 30vw;
|
||||
width: 27vw;
|
||||
height: 27vw;
|
||||
box-sizing: border-box;
|
||||
border-radius: 8px;
|
||||
background: #f3f4f7;
|
||||
|
||||
@@ -95,8 +95,6 @@ export default {
|
||||
this.forms.girdName = this.user.girdInfos2G[0].girdName
|
||||
this.forms.girdMemberId = this.user.girdMemberId
|
||||
this.forms.girdMemberName = this.user.name
|
||||
},
|
||||
onShow() {
|
||||
this.forms.name = this.user.name
|
||||
this.forms.phone = this.user.phone
|
||||
},
|
||||
|
||||
@@ -162,8 +162,8 @@ export default {
|
||||
return list
|
||||
}
|
||||
},
|
||||
watch: {},
|
||||
onLoad(o) {
|
||||
uni.$emit('getListInit')
|
||||
this.isShowBtn = o.isShowBtn == 1 ? true : false
|
||||
this.id = o.id
|
||||
this.$dict.load('clapEventStatus','residentEventSource', 'residentReportDoStatus').then(() => {
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<span class="icon"></span>
|
||||
<span>{{ $dict.getLabel('clapEventStatus', item.eventStatus) }}</span>
|
||||
</div>
|
||||
<div class="level-type">中风险纠纷</div>
|
||||
<div class="level-type">{{item.createTime}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<AiEmpty v-if="!datas.length" />
|
||||
@@ -89,6 +89,14 @@ export default {
|
||||
return this.$dict.getDict(this.currentTabs == 0 ? 'clapEventStatusAll' : 'clapEventStatusHistory')
|
||||
}
|
||||
},
|
||||
created() {
|
||||
uni.$on('nextPage', () => {
|
||||
this.nextPage()
|
||||
})
|
||||
uni.$on('getListInit', () => {
|
||||
this.getListInit()
|
||||
})
|
||||
},
|
||||
mounted() {
|
||||
this.searchGrid.girdId = this.user.girdId
|
||||
this.searchGrid.girdName = this.user.girdName
|
||||
@@ -96,12 +104,7 @@ export default {
|
||||
this.getListInit()
|
||||
this.getIsAdd()
|
||||
})
|
||||
uni.$on('nextPage', () => {
|
||||
this.nextPage()
|
||||
})
|
||||
uni.$on('getListInit', () => {
|
||||
this.nextPage()
|
||||
})
|
||||
|
||||
},
|
||||
methods: {
|
||||
getListInit() {
|
||||
@@ -349,6 +352,10 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.level-type {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.level-type0 {
|
||||
color: #52C75B;
|
||||
}
|
||||
|
||||
@@ -332,7 +332,7 @@ export default {
|
||||
.el-row {
|
||||
.item {
|
||||
display: inline-block;
|
||||
width: calc(50% - 8px);
|
||||
width: calc(50% - 9px);
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
<!-- <AiAreaPicker @select="v=>formData[item.fieldDbName]=v" :name.sync="formData[item.fieldDbName+'_name']"
|
||||
all :value="formData[item.fieldDbName]" :valueLevel="item.areaPattern" isForm/> -->
|
||||
<AiAreaPicker class="ai-area" v-model="formData[item.fieldDbName]" :fullName="formData[item.fieldDbName+'_name']"
|
||||
:valueLevel="item.areaPattern" :areaId="$areaId" >
|
||||
:valueLevel="item.areaPattern" :areaId="$areaId">
|
||||
<div class="ai-area__wrapper">
|
||||
<span :style="formData[item.fieldDbName+'_name']? '' : 'color: #999'">{{ formData[item.fieldDbName+'_name'] || '请选择'}}</span>
|
||||
<u-icon name="arrow-right" color="#999" size="22"></u-icon>
|
||||
|
||||
Reference in New Issue
Block a user