From 159ddff33e7915b0986a67b0175c771f3f6e65d3 Mon Sep 17 00:00:00 2001
From: ma <1062634917@qq.com>
Date: Wed, 10 Mar 2021 14:27:19 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E7=AE=A1=E7=90=86=EF=BC=8C?=
=?UTF-8?q?=E8=AE=BE=E5=A4=87=EF=BC=8C=E6=88=90=E6=9E=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Development/DevelopmentDate.vue | 95 +++++++++-----
.../Development/DevelopmentSearch.vue | 2 +-
src/components/Manage/ManageDate.vue | 1 +
src/components/Manage/ManageSearch.vue | 1 +
src/components/Transfer/TransferDate.vue | 124 ++++++++----------
src/components/Transfer/TransferSearch.vue | 2 +-
src/config/api.js | 16 ++-
.../InnovativeAchievements.vue | 54 +++++++-
.../InnovativeEquipment.vue | 54 +++++++-
9 files changed, 236 insertions(+), 113 deletions(-)
diff --git a/src/components/Development/DevelopmentDate.vue b/src/components/Development/DevelopmentDate.vue
index f23d4cd..b0464f5 100644
--- a/src/components/Development/DevelopmentDate.vue
+++ b/src/components/Development/DevelopmentDate.vue
@@ -6,6 +6,7 @@
:data-source="lists"
:loading="loading"
:row-key="record => record.id"
+ :scroll="{ y: height }"
bordered
class="white"
>
@@ -13,6 +14,11 @@
{{ index + 1 }}
+
+
+
+
+
@@ -38,6 +44,7 @@
diff --git a/src/views/InnovativeEquipment/InnovativeEquipment.vue b/src/views/InnovativeEquipment/InnovativeEquipment.vue
index e992ccf..b494d61 100644
--- a/src/views/InnovativeEquipment/InnovativeEquipment.vue
+++ b/src/views/InnovativeEquipment/InnovativeEquipment.vue
@@ -1,19 +1,67 @@
-
-
+
+