From 1feb295a9330fc67b4374c7dae62c72ff79a2d47 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Wed, 4 Mar 2026 10:31:15 +0800 Subject: [PATCH 01/12] =?UTF-8?q?feat(ccdiProject):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E5=8D=A0=E4=BD=8D=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/ParamConfig.vue | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ruoyi-ui/src/views/ccdiProject/components/detail/ParamConfig.vue diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/ParamConfig.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/ParamConfig.vue new file mode 100644 index 0000000..ca4ebad --- /dev/null +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/ParamConfig.vue @@ -0,0 +1,51 @@ + + + + + From bd2d7b80dc73b35a7fbbca3d6d657437f630e246 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Wed, 4 Mar 2026 10:31:59 +0800 Subject: [PATCH 02/12] =?UTF-8?q?feat(ccdiProject):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=80=BB=E8=A7=88=E5=8D=A0=E4=BD=8D=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/PreliminaryCheck.vue | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ruoyi-ui/src/views/ccdiProject/components/detail/PreliminaryCheck.vue diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/PreliminaryCheck.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/PreliminaryCheck.vue new file mode 100644 index 0000000..fcb9f49 --- /dev/null +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/PreliminaryCheck.vue @@ -0,0 +1,51 @@ + + + + + From bf68f5e7eefef10a5d0afcc24c88ea3b77077802 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Wed, 4 Mar 2026 10:32:48 +0800 Subject: [PATCH 03/12] =?UTF-8?q?feat(ccdiProject):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=93=E9=A1=B9=E6=8E=92=E6=9F=A5=E5=8D=A0=E4=BD=8D=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/SpecialCheck.vue | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ruoyi-ui/src/views/ccdiProject/components/detail/SpecialCheck.vue diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/SpecialCheck.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/SpecialCheck.vue new file mode 100644 index 0000000..ce3091e --- /dev/null +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/SpecialCheck.vue @@ -0,0 +1,51 @@ + + + + + From b0f5422593d000a04e74cce37d3a7eeb19eb784a Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Wed, 4 Mar 2026 10:35:23 +0800 Subject: [PATCH 04/12] =?UTF-8?q?feat(ccdiProject):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E6=98=8E=E7=BB=86=E6=9F=A5=E8=AF=A2=E5=8D=A0?= =?UTF-8?q?=E4=BD=8D=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/DetailQuery.vue | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ruoyi-ui/src/views/ccdiProject/components/detail/DetailQuery.vue diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/DetailQuery.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/DetailQuery.vue new file mode 100644 index 0000000..ed9d32e --- /dev/null +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/DetailQuery.vue @@ -0,0 +1,51 @@ + + + + + From 38adbaed90f4028d1255a31df0336e66de4ff6fb Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Wed, 4 Mar 2026 10:36:58 +0800 Subject: [PATCH 05/12] =?UTF-8?q?feat(ccdiProject):=20=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=AD=90=E7=BB=84=E4=BB=B6=E5=B9=B6=E6=B7=BB=E5=8A=A0=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=8A=B6=E6=80=81=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/ccdiProject/detail.vue | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/detail.vue b/ruoyi-ui/src/views/ccdiProject/detail.vue index d07205a..fbec31d 100644 --- a/ruoyi-ui/src/views/ccdiProject/detail.vue +++ b/ruoyi-ui/src/views/ccdiProject/detail.vue @@ -70,26 +70,26 @@