From ac28004c9041f1111d7c4aa021f4433ace1c536c Mon Sep 17 00:00:00 2001
From: limingtao <@ming_tao_li>
Date: Wed, 17 Jul 2024 21:50:34 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E6=8E=92=E6=9F=A5=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/detail.vue | 1373 +++++++++---------
pages/investigation/task.vue | 2596 ++++++++++++++++------------------
2 files changed, 1933 insertions(+), 2036 deletions(-)
diff --git a/pages/index/detail.vue b/pages/index/detail.vue
index 1840985..303b650 100644
--- a/pages/index/detail.vue
+++ b/pages/index/detail.vue
@@ -1,678 +1,695 @@
-
-
-
-
-
-
-
-
-
-
- {{ index + 1 }}
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{text}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 照片
-
-
-
- 视频
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ index + 1 }}
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{text}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 照片
+
+
+
+ 视频
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue
index 4de9cab..12cbd5b 100644
--- a/pages/investigation/task.vue
+++ b/pages/investigation/task.vue
@@ -1,1361 +1,1241 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.i }}
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- formData.roadType
- }}
-
-
-
- {{ formData.roadWidth }}米
-
-
-
- {{ formData.laneCount }}车道
-
-
-
- {{
- formData.roadStructure
- }}
-
-
-
- {{
- formData.sideProtec
- }}
-
-
-
- {{
- formData.centerSeparate
- }}
-
-
-
- {{ formData.designSpeed }}Km/h
-
-
-
- {{ formData.limitSpeed }}Km/h
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ formData.maxTraffic }}辆
-
-
-
- {{ formData.peakTraffic }}辆
-
-
-
- {{
- formData.peakHours
- }}
-
-
-
- {{ formData.normalTraffic }}辆
-
-
-
- {{ formData.largeVehicleRate }}%
-
-
-
- {{ formData.nonvehicleTraffic }}辆
-
-
-
-
-
- 重点排查
-
-
- {{ item.name }}
-
-
-
-
- 新增排查
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取消
- {{ investigationDetailTitle }}
- 确认
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 存在隐患
-
-
-
-
-
- {{ item.dangerProblem }}
-
-
-
-
-
-
-
-
-
- {{ item.hdDesc }}
-
-
-
-
-
- 新增隐患
-
-
-
-
-
-
- 取消
- 存在隐患
- 确认
-
-
-
-
- {{ hiddenDangerList2[0].itemname }}/{{
- hiddenDangerList2[1].itemname
- }}/{{ hiddenDangerList2[2].itemname }}
-
-
- {{
- dangerProblem
- }}
- 请选择
-
-
-
-
-
-
-
-
-
- afterRead(e, 'fileList')"
- @delete="(e) => deletePic(e, 'fileList')"
- name="1"
- :maxCount="1"
- >
-
-
-
-
-
-
-
-
-
-
-
- 取消
- 选择隐患
- 确认
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ }
+
+ .breadcrumb {
+ padding: 0 20rpx;
+ overflow-x: auto;
+ }
+
\ No newline at end of file