From fe5bd8324c833c3ad2b32d9e419f6c94c8238313 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Thu, 3 Jul 2025 15:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/IntelligentParsing.vue | 189 ++++----- .../components/detailForm.vue | 129 ------ .../components/model.vue | 81 ++++ .../PreliminaryExcavations/index.vue | 385 ++++++------------ 4 files changed, 295 insertions(+), 489 deletions(-) delete mode 100644 src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/detailForm.vue create mode 100644 src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/model.vue diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/IntelligentParsing.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/IntelligentParsing.vue index 8d40c26..0034773 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/IntelligentParsing.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/IntelligentParsing.vue @@ -1,82 +1,54 @@