From 67c8899459d588bb7a7f24bafd4aa384bf618702 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Wed, 17 Jul 2024 16:16:43 +0800 Subject: [PATCH] 1 --- .../components/investigation-item2.vue | 2 +- .../components/problem-tree-item.vue | 149 +++++++++++------- pages/investigation/task.vue | 123 ++++++++------- 3 files changed, 166 insertions(+), 108 deletions(-) diff --git a/pages/investigation/components/investigation-item2.vue b/pages/investigation/components/investigation-item2.vue index b8c84cc..2f32ad4 100644 --- a/pages/investigation/components/investigation-item2.vue +++ b/pages/investigation/components/investigation-item2.vue @@ -2,7 +2,7 @@ - 取消 + 取消 {{ investigationDetailTitle }} 确认 diff --git a/pages/investigation/components/problem-tree-item.vue b/pages/investigation/components/problem-tree-item.vue index c4843cf..70c8371 100644 --- a/pages/investigation/components/problem-tree-item.vue +++ b/pages/investigation/components/problem-tree-item.vue @@ -1,34 +1,49 @@