From aa7132c91a088e0cddc01f87ae059e366c823e13 Mon Sep 17 00:00:00 2001 From: wersd <1523826083@qq.com> Date: Sun, 2 Nov 2025 17:40:29 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=B7=A1=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config/ProjectInspectionConfigForm.vue | 244 ++++++++++++++++ .../inspection/config/checkpoint/index.vue | 189 ++++++++++++ .../config/data/ProjectInspectionDataForm.vue | 207 +++++++++++++ .../project/inspection/config/data/index.vue | 253 ++++++++++++++++ .../crm/project/inspection/config/index.vue | 274 ++++++++++++++++++ 5 files changed, 1167 insertions(+) create mode 100644 src/views/crm/project/inspection/config/ProjectInspectionConfigForm.vue create mode 100644 src/views/crm/project/inspection/config/checkpoint/index.vue create mode 100644 src/views/crm/project/inspection/config/data/ProjectInspectionDataForm.vue create mode 100644 src/views/crm/project/inspection/config/data/index.vue create mode 100644 src/views/crm/project/inspection/config/index.vue diff --git a/src/views/crm/project/inspection/config/ProjectInspectionConfigForm.vue b/src/views/crm/project/inspection/config/ProjectInspectionConfigForm.vue new file mode 100644 index 000000000..843925c3b --- /dev/null +++ b/src/views/crm/project/inspection/config/ProjectInspectionConfigForm.vue @@ -0,0 +1,244 @@ + + \ No newline at end of file diff --git a/src/views/crm/project/inspection/config/checkpoint/index.vue b/src/views/crm/project/inspection/config/checkpoint/index.vue new file mode 100644 index 000000000..6789c16a0 --- /dev/null +++ b/src/views/crm/project/inspection/config/checkpoint/index.vue @@ -0,0 +1,189 @@ + + + \ No newline at end of file diff --git a/src/views/crm/project/inspection/config/data/ProjectInspectionDataForm.vue b/src/views/crm/project/inspection/config/data/ProjectInspectionDataForm.vue new file mode 100644 index 000000000..e0e59df49 --- /dev/null +++ b/src/views/crm/project/inspection/config/data/ProjectInspectionDataForm.vue @@ -0,0 +1,207 @@ + + \ No newline at end of file diff --git a/src/views/crm/project/inspection/config/data/index.vue b/src/views/crm/project/inspection/config/data/index.vue new file mode 100644 index 000000000..ab3a55285 --- /dev/null +++ b/src/views/crm/project/inspection/config/data/index.vue @@ -0,0 +1,253 @@ + + + \ No newline at end of file diff --git a/src/views/crm/project/inspection/config/index.vue b/src/views/crm/project/inspection/config/index.vue new file mode 100644 index 000000000..cb2a86dfd --- /dev/null +++ b/src/views/crm/project/inspection/config/index.vue @@ -0,0 +1,274 @@ + + + \ No newline at end of file