From b1309fae576b0ea7f706df5727529be22e780399 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Sat, 13 Jul 2024 14:18:47 +0800
Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6?=
=?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=BB=9A=E5=8A=A8=E6=97=B6,=20=E8=A1=A8?=
=?UTF-8?q?=E5=A4=B4=E5=9B=BA=E5=AE=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/AttachmentUpload.vue | 6 ++----
src/components/DetailComponent/FileComponent.vue | 3 +--
src/components/DetailComponent/SpecialFundDetail.vue | 3 +--
src/components/SearchFilesByTag.vue | 3 +--
src/components/TagAndFileUpload.vue | 3 +--
src/views/project-demand/requirement/add.vue | 1 -
src/views/project-management/filing/upload.vue | 3 +--
src/views/project-management/implementation/attachment.vue | 3 +--
src/views/project-management/implementation/upload.vue | 3 +--
.../mobledetail/SpecialFundDetailMobile.vue | 3 +--
src/views/special-fund/add.vue | 3 +--
11 files changed, 11 insertions(+), 23 deletions(-)
diff --git a/src/components/AttachmentUpload.vue b/src/components/AttachmentUpload.vue
index 089da41..2bb6216 100644
--- a/src/components/AttachmentUpload.vue
+++ b/src/components/AttachmentUpload.vue
@@ -15,7 +15,7 @@
-
@@ -28,7 +28,7 @@
-
@@ -97,7 +97,6 @@ const tableConfig = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',
@@ -160,7 +159,6 @@ const singleTableConfig = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/components/DetailComponent/FileComponent.vue b/src/components/DetailComponent/FileComponent.vue
index 4ca6241..a0cb1e6 100644
--- a/src/components/DetailComponent/FileComponent.vue
+++ b/src/components/DetailComponent/FileComponent.vue
@@ -2,7 +2,7 @@
-
@@ -51,7 +51,6 @@ const tableConfig = reactive({
label: '序号',
align: 'center',
width: 85,
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/components/DetailComponent/SpecialFundDetail.vue b/src/components/DetailComponent/SpecialFundDetail.vue
index 9fa5799..a22473f 100644
--- a/src/components/DetailComponent/SpecialFundDetail.vue
+++ b/src/components/DetailComponent/SpecialFundDetail.vue
@@ -41,7 +41,7 @@
-
@@ -166,7 +166,6 @@ const fileTable = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/components/SearchFilesByTag.vue b/src/components/SearchFilesByTag.vue
index dd121ee..f19df57 100644
--- a/src/components/SearchFilesByTag.vue
+++ b/src/components/SearchFilesByTag.vue
@@ -21,7 +21,7 @@
-
@@ -66,7 +66,6 @@ const tableConfig = reactive({
prop: 'originalFileName',
label: '附件名称',
align: 'center',
- fixed:true
},
{
prop: 'tag',
diff --git a/src/components/TagAndFileUpload.vue b/src/components/TagAndFileUpload.vue
index d06af30..96961a6 100644
--- a/src/components/TagAndFileUpload.vue
+++ b/src/components/TagAndFileUpload.vue
@@ -16,7 +16,7 @@
-
@@ -56,7 +56,6 @@ const tableConfig = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/views/project-demand/requirement/add.vue b/src/views/project-demand/requirement/add.vue
index b5db9f5..84783aa 100644
--- a/src/views/project-demand/requirement/add.vue
+++ b/src/views/project-demand/requirement/add.vue
@@ -183,7 +183,6 @@ const tableConfig = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/views/project-management/filing/upload.vue b/src/views/project-management/filing/upload.vue
index 3b3ef7f..dcf689d 100644
--- a/src/views/project-management/filing/upload.vue
+++ b/src/views/project-management/filing/upload.vue
@@ -4,7 +4,7 @@
-
@@ -71,7 +71,6 @@ const tableConfig = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/views/project-management/implementation/attachment.vue b/src/views/project-management/implementation/attachment.vue
index 013a525..5c6f497 100644
--- a/src/views/project-management/implementation/attachment.vue
+++ b/src/views/project-management/implementation/attachment.vue
@@ -18,7 +18,7 @@
-
@@ -82,7 +82,6 @@ const tableConfig = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/views/project-management/implementation/upload.vue b/src/views/project-management/implementation/upload.vue
index f1ee043..db3ce77 100644
--- a/src/views/project-management/implementation/upload.vue
+++ b/src/views/project-management/implementation/upload.vue
@@ -19,7 +19,7 @@
-
@@ -90,7 +90,6 @@ const tableConfig = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/views/project-management/mobledetail/SpecialFundDetailMobile.vue b/src/views/project-management/mobledetail/SpecialFundDetailMobile.vue
index d7f4e6d..8848839 100644
--- a/src/views/project-management/mobledetail/SpecialFundDetailMobile.vue
+++ b/src/views/project-management/mobledetail/SpecialFundDetailMobile.vue
@@ -44,7 +44,7 @@
-
@@ -154,7 +154,6 @@ const fileTable = reactive({
label: '序号',
align: 'center',
width: 85,
- fixed:true
},
{
prop: 'originalFileName',
diff --git a/src/views/special-fund/add.vue b/src/views/special-fund/add.vue
index a15311a..fe7506c 100644
--- a/src/views/special-fund/add.vue
+++ b/src/views/special-fund/add.vue
@@ -20,7 +20,7 @@
@@ -77,7 +77,6 @@ const tableConfig = reactive({
label: '序号',
align: 'center',
width: '80',
- fixed:true
},
{
prop: 'originalFileName',