- 家庭地址
+ 籍贯
{{ data.resident.birthplaceAreaName }}
@@ -81,7 +81,7 @@
联系方式
- {{ data.resident.phone }}
+ {{ data.resident.phone }}
@@ -139,6 +139,9 @@ export default {
}
})
},
+ callPhone(phone) {
+ uni.makePhoneCall({ phoneNumber: phone })
+ },
},
}
diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue
index ca203cb0..b3a0802c 100644
--- a/src/apps/AppServicePublic/Add.vue
+++ b/src/apps/AppServicePublic/Add.vue
@@ -72,6 +72,7 @@ export default {
this.forms.areaId = this.user.areaId
this.listName = o.listName
this.getType()
+ uni.setNavigationBarTitle({title: this.listName})
},
mounted() {},
diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue
index f406a70c..4441d84e 100644
--- a/src/apps/AppServicePublic/AppServicePublic.vue
+++ b/src/apps/AppServicePublic/AppServicePublic.vue
@@ -95,6 +95,7 @@ export default {
uni.$on('update' , () => {
this.getList()
})
+ uni.setNavigationBarTitle({title: this.listName})
},
methods: {
getType() {
diff --git a/src/apps/AppServicePublic/Detail.vue b/src/apps/AppServicePublic/Detail.vue
index d2b9cbd7..8474747f 100644
--- a/src/apps/AppServicePublic/Detail.vue
+++ b/src/apps/AppServicePublic/Detail.vue
@@ -40,6 +40,7 @@ export default {
this.id = o.id
this.listName = o.listName
this.getType()
+ uni.setNavigationBarTitle({title: this.listName})
},
mounted() {},
methods: {
diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue
index e6562c48..67e632ae 100644
--- a/src/apps/AppSpecialPeople/add.vue
+++ b/src/apps/AppSpecialPeople/add.vue
@@ -155,6 +155,7 @@ export default {
computed: { ...mapState(['user']) },
created() {
this.getType()
+ uni.setNavigationBarTitle({title: '新增人员'})
},
methods: {
diff --git a/src/apps/AppSpecialPeople/detail.vue b/src/apps/AppSpecialPeople/detail.vue
index 72fd103d..474c90ec 100644
--- a/src/apps/AppSpecialPeople/detail.vue
+++ b/src/apps/AppSpecialPeople/detail.vue
@@ -89,12 +89,12 @@ export default {
},
computed: { ...mapState(['user']) },
created() {
- console.log(1111)
this.areaId = this.user.areaId
this.areaName = this.user.areaName
this.getStatistic()
this.getStatisticMon()
this.getUserList()
+ uni.setNavigationBarTitle({title: '特殊人群管理'})
},
methods: {
diff --git a/src/apps/AppUniMsg/Detail.vue b/src/apps/AppUniMsg/Detail.vue
index d80b7641..3866687c 100644
--- a/src/apps/AppUniMsg/Detail.vue
+++ b/src/apps/AppUniMsg/Detail.vue
@@ -13,7 +13,7 @@
{{ data.content }}
-
![]()
+
@@ -48,6 +48,12 @@ export default {
}
})
},
+ previewImage (images, img) {
+ uni.previewImage({
+ urls: images.map(v => v.url),
+ current: img
+ })
+ },
},
}
diff --git a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
index 070b7d37..9fb89745 100644
--- a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
+++ b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
@@ -177,6 +177,7 @@ export default {
this.areaId = this.user.areaId
this.areaName = this.user.areaName
this.getList()
+ uni.setNavigationBarTitle({title: '视频监控'})
// this.getMonitors()
},
mounted() {
diff --git a/src/apps/AppVideoSurveillance/monitorDetail.vue b/src/apps/AppVideoSurveillance/monitorDetail.vue
index 6d80b9dd..0eebc2ed 100644
--- a/src/apps/AppVideoSurveillance/monitorDetail.vue
+++ b/src/apps/AppVideoSurveillance/monitorDetail.vue
@@ -22,6 +22,7 @@ export default {
this.$nextTick(() => {
this.detectOrient()
})
+ uni.setNavigationBarTitle({title: '视频监控'})
},
methods: {
diff --git a/src/apps/AppWorkonline/AppWorkonline.vue b/src/apps/AppWorkonline/AppWorkonline.vue
index d40efcbe..bd9f23d1 100644
--- a/src/apps/AppWorkonline/AppWorkonline.vue
+++ b/src/apps/AppWorkonline/AppWorkonline.vue
@@ -150,6 +150,9 @@ export default {
}
.u-card {
+ ::v-deep .u-card__head {
+ padding: 0 !important;
+ }
::v-deep .u-card__body {
.body {
position: relative;
@@ -158,6 +161,10 @@ export default {
font-size: 32px;
font-weight: 500;
margin-bottom: 16px;
+ width: 80%;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.plan,
.modetpye,
diff --git a/src/apps/AppWorkonline/Opinion.vue b/src/apps/AppWorkonline/Opinion.vue
index 322237f6..b5fbd56a 100644
--- a/src/apps/AppWorkonline/Opinion.vue
+++ b/src/apps/AppWorkonline/Opinion.vue
@@ -56,7 +56,7 @@
-
(annex = v)" :limit="9" action="/admin/file/add2" type="file" placeholder="添加文件" preview />
+ (annex = v)" :limit="9" action="/admin/file/add2" type="file" placeholder="添加文件" preview />