From 963c0f5713dbf54be15defed1424d6c02a6b8c52 Mon Sep 17 00:00:00 2001 From: GYYM <704080176@qq.com> Date: Tue, 19 Nov 2024 19:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E3=80=81?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E7=94=9F=E6=88=90=E6=B5=81=E7=A8=8B=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=A1=86=E6=9E=B6=E7=BB=98=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dataCheckChangeErrSysPopup.vue | 160 ++++++++++++++++ .../views/home/components/dataCheckPopup.vue | 173 ++++++++++++++++++ .../home/components/dataCheckRawDataTable.vue | 133 ++++++++++++++ .../home/components/dataCheckResultTable.vue | 102 +++++++++++ .../dataCheckSingleChannelSingleTestPopup.vue | 156 ++++++++++++++++ .../src/views/home/components/preTest.vue | 99 ++-------- .../src/views/home/components/reportPopup.vue | 137 ++++++++++++++ .../src/views/home/components/resultPopup.vue | 114 ++++++++++++ frontend/src/views/home/components/table.vue | 78 ++++++-- frontend/src/views/home/components/test.vue | 28 ++- 10 files changed, 1073 insertions(+), 107 deletions(-) create mode 100644 frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue create mode 100644 frontend/src/views/home/components/dataCheckPopup.vue create mode 100644 frontend/src/views/home/components/dataCheckRawDataTable.vue create mode 100644 frontend/src/views/home/components/dataCheckResultTable.vue create mode 100644 frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue create mode 100644 frontend/src/views/home/components/reportPopup.vue create mode 100644 frontend/src/views/home/components/resultPopup.vue diff --git a/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue b/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue new file mode 100644 index 0000000..384ccf9 --- /dev/null +++ b/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue @@ -0,0 +1,160 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/home/components/dataCheckPopup.vue b/frontend/src/views/home/components/dataCheckPopup.vue new file mode 100644 index 0000000..579185a --- /dev/null +++ b/frontend/src/views/home/components/dataCheckPopup.vue @@ -0,0 +1,173 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/home/components/dataCheckRawDataTable.vue b/frontend/src/views/home/components/dataCheckRawDataTable.vue new file mode 100644 index 0000000..470f245 --- /dev/null +++ b/frontend/src/views/home/components/dataCheckRawDataTable.vue @@ -0,0 +1,133 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue new file mode 100644 index 0000000..19b7d22 --- /dev/null +++ b/frontend/src/views/home/components/dataCheckResultTable.vue @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue b/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue new file mode 100644 index 0000000..26434fc --- /dev/null +++ b/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue @@ -0,0 +1,156 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/home/components/preTest.vue b/frontend/src/views/home/components/preTest.vue index 6f45ea8..a2f517c 100644 --- a/frontend/src/views/home/components/preTest.vue +++ b/frontend/src/views/home/components/preTest.vue @@ -1,64 +1,18 @@