{{ data.resident && data.resident.name }}
-
户主
+
户主
{{ $dict.getLabel('householdRelation', data.resident && data.resident.householdRelation) }}
@@ -127,7 +127,7 @@ export default {
})
},
onShow() {
- document.title = '家庭成员信息'
+ document.title = '家庭成员信息'
},
methods: {
getDetail() {
diff --git a/src/apps/AppResidentFile/components/document.vue b/src/apps/AppResidentFile/components/document.vue
index a5be6da5..417913e8 100644
--- a/src/apps/AppResidentFile/components/document.vue
+++ b/src/apps/AppResidentFile/components/document.vue
@@ -83,7 +83,7 @@ export default {
}
},
onShow() {
- document.title = '居民详情'
+ document.title = '居民详情'
this.$dict.load('sex', 'nation', 'education', 'job', 'faithType', 'politicsStatus', 'militaryStatus', 'householdRelation', 'householdName')
},
}
From 7f8d24356829c96cd0fc473089886d596bcb92d9 Mon Sep 17 00:00:00 2001
From: liuye
Date: Tue, 4 Jan 2022 14:57:11 +0800
Subject: [PATCH 13/18] bug
---
src/apps/AppServicePublic/Add.vue | 1 -
src/apps/AppServicePublic/AppServicePublic.vue | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue
index bf14654c..11cdf874 100644
--- a/src/apps/AppServicePublic/Add.vue
+++ b/src/apps/AppServicePublic/Add.vue
@@ -149,7 +149,6 @@ export default {
contentType: 0
})
.then((res) => {
- console.log(333)
if (res.code == 0) {
uni.$emit('update')
this.$u.toast('发布成功')
diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue
index b796b130..9f56d026 100644
--- a/src/apps/AppServicePublic/AppServicePublic.vue
+++ b/src/apps/AppServicePublic/AppServicePublic.vue
@@ -105,6 +105,7 @@ export default {
this.getType()
this.getList()
uni.$on('update', () => {
+ this.current = 1
this.getList()
})
From 58a7bab9a03fd4f98d9818ac04b11a4f725420b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Tue, 4 Jan 2022 15:14:02 +0800
Subject: [PATCH 14/18] log
---
src/apps/AppResidentFile/components/document.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/apps/AppResidentFile/components/document.vue b/src/apps/AppResidentFile/components/document.vue
index 417913e8..f39fa1be 100644
--- a/src/apps/AppResidentFile/components/document.vue
+++ b/src/apps/AppResidentFile/components/document.vue
@@ -82,6 +82,11 @@ export default {
familyList: [],
}
},
+ created() {
+ console.log('居民档案性别(无字典)', this.resident.sex)
+ console.log('居民档案性别(有字典)', this.$dict.getLabel('sex', this.resident.sex))
+ console.log('居民档案字典值', this.$dict.getDict('sex'))
+ },
onShow() {
document.title = '居民详情'
this.$dict.load('sex', 'nation', 'education', 'job', 'faithType', 'politicsStatus', 'militaryStatus', 'householdRelation', 'householdName')
From 1526ba13ecc615b824e7fc689ae3fd6f1cd8cdda Mon Sep 17 00:00:00 2001
From: liuye
Date: Tue, 4 Jan 2022 15:28:49 +0800
Subject: [PATCH 15/18] bug
---
src/apps/AppServicePublic/Add.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue
index 11cdf874..86e94145 100644
--- a/src/apps/AppServicePublic/Add.vue
+++ b/src/apps/AppServicePublic/Add.vue
@@ -161,7 +161,7 @@ export default {
},
areaSelect(e) {
- this.forms.areaId = e.id
+ this.forms.areaId = e
},
selectStatus(e) {
From 2ca1feb92b73d007e8a6d0ffcff852d91c9c21d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Tue, 4 Jan 2022 16:05:21 +0800
Subject: [PATCH 16/18] 26329
---
src/apps/AppUniMsg/AppUniMsg.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/apps/AppUniMsg/AppUniMsg.vue b/src/apps/AppUniMsg/AppUniMsg.vue
index fa93cf94..7c81d6e7 100644
--- a/src/apps/AppUniMsg/AppUniMsg.vue
+++ b/src/apps/AppUniMsg/AppUniMsg.vue
@@ -145,6 +145,7 @@ export default {
},
change(index) {
+ this.datas = []
this.currentTabs = index
this.getList()
},
From c1505c6dd16e4647f23ccb4a4b924899da61956f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Tue, 4 Jan 2022 16:06:12 +0800
Subject: [PATCH 17/18] 26298
---
src/apps/AppUniMsg/Detail.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/apps/AppUniMsg/Detail.vue b/src/apps/AppUniMsg/Detail.vue
index 1ea29dac..794796e7 100644
--- a/src/apps/AppUniMsg/Detail.vue
+++ b/src/apps/AppUniMsg/Detail.vue
@@ -33,7 +33,7 @@ export default {
computed: {},
watch: {},
onLoad(o) {
- document.title = '公告详情'
+ document.title = '小程序公告详情'
this.id = o.id
this.getDetail()
},
From eb9fc9fa5cbb0e2c974df09178338e1d2f66cc39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Tue, 4 Jan 2022 16:20:46 +0800
Subject: [PATCH 18/18] 26331
---
src/apps/AppWorkonline/Opinion.vue | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/apps/AppWorkonline/Opinion.vue b/src/apps/AppWorkonline/Opinion.vue
index 2a35034e..3eb40c8d 100644
--- a/src/apps/AppWorkonline/Opinion.vue
+++ b/src/apps/AppWorkonline/Opinion.vue
@@ -65,8 +65,8 @@
图片资料
(最多9张)
-
-
+
+
(picture = v)" :limit="9" action="/admin/file/add2" preview />
@@ -324,7 +324,11 @@ export default {
::v-deep .info > span {
width: 380px;
text-align: left;
- // word-break: break-all;
+ word-break: break-all;
+
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
::v-deep .ai-uploader .fileList .default {
@@ -352,13 +356,13 @@ export default {
margin-left: 10px;
}
- .upload {
+ .uploads {
width: 100%;
margin-top: 10px;
padding: 12px 12px 12px 0;
box-sizing: border-box;
- .info {
+ .infos {
width: 100%;
text-align: center;
}