From e497a3160878d272797121c386c3ee946430ab91 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 14 Aug 2026 13:24:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=95=B0=E6=8D=AE=E4=B8=AD?= =?UTF-8?q?=E4=B8=89=E4=B8=AA=E8=A1=A8=E6=A0=BC=E6=B7=BB=E5=8A=A0=E8=B0=83?= =?UTF-8?q?=E7=A0=94=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5=E5=92=8C=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../site-research/components/Equipments.vue | 45 ++++ .../site-research/components/Questions.vue | 55 ++++- .../site-research/components/users.vue | 230 +++++++----------- 3 files changed, 181 insertions(+), 149 deletions(-) diff --git a/src/views/trials/trials-panel/attachments/site-research/components/Equipments.vue b/src/views/trials/trials-panel/attachments/site-research/components/Equipments.vue index 644904e9..3300eb19 100644 --- a/src/views/trials/trials-panel/attachments/site-research/components/Equipments.vue +++ b/src/views/trials/trials-panel/attachments/site-research/components/Equipments.vue @@ -14,6 +14,20 @@ + + + + + + + + @@ -47,6 +61,36 @@ + + + + + + @@ -174,6 +218,7 @@ import { getSiteSurveyEquipmentList_Export } from '@/api/export' const searchDataDefault = () => { return { SortField: '', + State: "", Asc: true, PageIndex: 1, PageSize: 20, diff --git a/src/views/trials/trials-panel/attachments/site-research/components/Questions.vue b/src/views/trials/trials-panel/attachments/site-research/components/Questions.vue index 39352ea6..35db4ecd 100644 --- a/src/views/trials/trials-panel/attachments/site-research/components/Questions.vue +++ b/src/views/trials/trials-panel/attachments/site-research/components/Questions.vue @@ -14,6 +14,20 @@ + + + + + + + + @@ -36,8 +50,8 @@