diff --git a/src/components/AiTMap.vue b/src/components/AiTMap.vue index ada7504e..64abcb6b 100644 --- a/src/components/AiTMap.vue +++ b/src/components/AiTMap.vue @@ -54,7 +54,7 @@ export default { this.mapLib = TMap this.tmap = new TMap.Map(this.$refs.tmap, { zoom: 11, - center: new TMap.LatLng(this.config.lat, this.config.lng), + // center: new TMap.LatLng(this.config.lat, this.config.lng), ...this.ops }) this.$emit('loaded') diff --git a/src/saas/AppAskForm/Statistical.vue b/src/saas/AppAskForm/Statistical.vue index 53c90444..fd7fe0d3 100644 --- a/src/saas/AppAskForm/Statistical.vue +++ b/src/saas/AppAskForm/Statistical.vue @@ -44,8 +44,8 @@
-

- {{ $dict.getLabel('wxUserType', item.userType) }} +

{{ item.nickName }}

+

{{ item.commitTime }}

@@ -265,6 +265,10 @@ line-height: 40px; h2 { + max-width: 300px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; margin-right: 20px; font-size: 30px; color: #333; diff --git a/src/saas/AppAskForm/components/List.vue b/src/saas/AppAskForm/components/List.vue index 44bf042a..189e7f57 100644 --- a/src/saas/AppAskForm/components/List.vue +++ b/src/saas/AppAskForm/components/List.vue @@ -130,13 +130,8 @@ export default { }, showPopup(item) { - if (item.status === '2') { - this.$confirm('该调查已结束,谢谢您的参与!', '', { - showCancel: false - }) - - return false - } + this.info = item + this.id = item.id this.info = item this.id = item.id @@ -216,6 +211,14 @@ export default { }, toResult () { + if (this.info.dataCount < 1) { + this.$confirm('暂无调查结果信息', '', { + showCancel: false + }) + + return false + } + this.linkTo(`./Statistical?id=${this.info.id}`) }, diff --git a/src/saas/AppBackUserList/AppBackUserList.vue b/src/saas/AppBackUserList/AppBackUserList.vue index 142af5b6..54093f7b 100644 --- a/src/saas/AppBackUserList/AppBackUserList.vue +++ b/src/saas/AppBackUserList/AppBackUserList.vue @@ -47,7 +47,7 @@

没有网格员权限
无法查看返乡登记哦~

-