From c113f39d2709ccee171d8a4113ed1c0eeeeb2345 Mon Sep 17 00:00:00 2001
From: zhangqun <179111901@qq.com>
Date: Thu, 18 Jul 2024 17:18:39 +0800
Subject: [PATCH] 1
---
pages/index/index.vue | 7 +++++--
pages/investigation/index.vue | 12 ++++++++++--
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 589f84b..bcf00ec 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -6,7 +6,7 @@
洞察隐患 智能守护 科技之眼照亮安全之路
-
+
待办
{{ totalData.UnderInvestigation }}
@@ -166,6 +166,9 @@
skipPage(even) {
// this.$.open(even)
},
+ jump() {
+ this.$.openTab('/pages/investigation/index')
+ }
},
onReady() {},
// 页面卸载
@@ -185,7 +188,7 @@
this.page++
this.getList()
}
- },
+ }
}
diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue
index 463f047..57b1fa8 100644
--- a/pages/investigation/index.vue
+++ b/pages/investigation/index.vue
@@ -34,7 +34,8 @@
{{ item.name }}
- 排查
+ 排查
+ 治理
{{ item.deadlineStatus || '--' }}
@@ -164,7 +165,7 @@
},
handleClick(row) {
console.log(row)
- this.$.open('/pages/map/index?businessId=' + row.businessId)
+ // this.$.open('/pages/map/index?businessId=' + row.businessId)
},
// 跳转页面
skipPage(even) {
@@ -330,6 +331,13 @@
.title {
font-size: 16px;
+ width: 380rpx;
+ min-height: 80rpx;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
}
.type {