From 59066b7615e1a64d6506333e2fc14d3fcb64f922 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 15 Aug 2025 14:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Application/src/AppLogo.vue | 2 +- src/layouts/default/header/index.vue | 4 +- .../canadddirective/CanAddDirectiveList.vue | 3 +- .../components/CanAddDirectiveDetail.vue | 315 ++++++++++++++++++ .../components/CanAddDirectiveDetailModal.vue | 148 ++++++++ 5 files changed, 469 insertions(+), 3 deletions(-) create mode 100644 src/views/synchronization/directive/canadddirective/components/CanAddDirectiveDetail.vue create mode 100644 src/views/synchronization/directive/canadddirective/components/CanAddDirectiveDetailModal.vue diff --git a/src/components/Application/src/AppLogo.vue b/src/components/Application/src/AppLogo.vue index e9b29b2..eb30eec 100644 --- a/src/components/Application/src/AppLogo.vue +++ b/src/components/Application/src/AppLogo.vue @@ -3,7 +3,7 @@ * @Description: logo component -->