From 0789bda44f1063b00566d7648181ad73a1659954 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 22 Jul 2024 11:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiUploader/AiUploader.vue | 12 +++++------ src/project/weiyang/AppPatrolReport/Add.vue | 2 -- .../weiyang/AppPatrolReport/Detail.vue | 2 +- src/project/weiyang/AppPatrolReport/List.vue | 21 ++++++++++++------- .../weiyang/AppPatrolReport/Statistics.vue | 2 +- src/project/weiyang/AppSpecialPeople/add.vue | 2 +- 6 files changed, 23 insertions(+), 18 deletions(-) diff --git a/src/components/AiUploader/AiUploader.vue b/src/components/AiUploader/AiUploader.vue index 45aae56..66e3190 100644 --- a/src/components/AiUploader/AiUploader.vue +++ b/src/components/AiUploader/AiUploader.vue @@ -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; diff --git a/src/project/weiyang/AppPatrolReport/Add.vue b/src/project/weiyang/AppPatrolReport/Add.vue index c3cd655..49126f0 100644 --- a/src/project/weiyang/AppPatrolReport/Add.vue +++ b/src/project/weiyang/AppPatrolReport/Add.vue @@ -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 }, diff --git a/src/project/weiyang/AppPatrolReport/Detail.vue b/src/project/weiyang/AppPatrolReport/Detail.vue index 8152696..a3687de 100644 --- a/src/project/weiyang/AppPatrolReport/Detail.vue +++ b/src/project/weiyang/AppPatrolReport/Detail.vue @@ -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(() => { diff --git a/src/project/weiyang/AppPatrolReport/List.vue b/src/project/weiyang/AppPatrolReport/List.vue index 7eadf12..aacdef7 100644 --- a/src/project/weiyang/AppPatrolReport/List.vue +++ b/src/project/weiyang/AppPatrolReport/List.vue @@ -37,7 +37,7 @@ {{ $dict.getLabel('clapEventStatus', item.eventStatus) }} -
中风险纠纷
+
{{item.createTime}}
@@ -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; } diff --git a/src/project/weiyang/AppPatrolReport/Statistics.vue b/src/project/weiyang/AppPatrolReport/Statistics.vue index 6f653a3..c83c2e1 100644 --- a/src/project/weiyang/AppPatrolReport/Statistics.vue +++ b/src/project/weiyang/AppPatrolReport/Statistics.vue @@ -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; diff --git a/src/project/weiyang/AppSpecialPeople/add.vue b/src/project/weiyang/AppSpecialPeople/add.vue index 496f153..1ba7da3 100644 --- a/src/project/weiyang/AppSpecialPeople/add.vue +++ b/src/project/weiyang/AppSpecialPeople/add.vue @@ -121,7 +121,7 @@ + :valueLevel="item.areaPattern" :areaId="$areaId">
{{ formData[item.fieldDbName+'_name'] || '请选择'}}