From 7bc70bfd6c0ea84e8cb9dbf83c96bf06647bba5d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 7 Jul 2026 17:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94?= =?UTF-8?q?=E3=80=91=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94=E8=A1=A8=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E6=89=AB=E6=8F=8F=E4=BA=8C=E7=BB=B4=E7=A0=81=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E6=97=B6=EF=BC=8C=E5=90=8Cpc=E4=B8=80=E6=A0=B7?= =?UTF-8?q?=E4=B9=9F=E9=9C=80=E8=A6=81=E5=A2=9E=E5=8A=A0=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E3=80=82=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=B9=9F=E8=A6=81=E8=83=BD=E6=AD=A3=E5=B8=B8=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/linkExpired.vue | 9 +- .../research-mobile/components/BasicInfo.vue | 488 +++++++++++++++--- .../components/EquipmentForm.vue | 217 ++++++-- .../research-mobile/components/Equipments.vue | 94 ++-- src/views/research-mobile/detail.vue | 48 +- src/views/research-mobile/login.vue | 380 +++++++++----- src/views/research/components/BaseInfo.vue | 1 + .../research/components/EquipmentList.vue | 1 - .../subject-list/components/SubjectChart.vue | 6 +- 9 files changed, 909 insertions(+), 335 deletions(-) diff --git a/src/views/linkExpired.vue b/src/views/linkExpired.vue index 8bf46f28..26dd8f10 100644 --- a/src/views/linkExpired.vue +++ b/src/views/linkExpired.vue @@ -1,6 +1,6 @@ diff --git a/src/views/research-mobile/components/EquipmentForm.vue b/src/views/research-mobile/components/EquipmentForm.vue index 80c83c8e..3b2c3d01 100644 --- a/src/views/research-mobile/components/EquipmentForm.vue +++ b/src/views/research-mobile/components/EquipmentForm.vue @@ -1,59 +1,107 @@