diff --git a/src/api/business/gsp/gsp.js b/src/api/business/gsp/gsp.js
index 5750ed8..28975cc 100644
--- a/src/api/business/gsp/gsp.js
+++ b/src/api/business/gsp/gsp.js
@@ -209,4 +209,13 @@ export function jy(data) {
method: 'post',
data: data
})
+}
+
+//导出
+export function exportDetail(query) {
+ return request({
+ url: '/system/business/gsp/exportDetail',
+ method: 'get',
+ params: query
+ })
}
\ No newline at end of file
diff --git a/src/views/business/archive/gsp/comps/ffjlList.vue b/src/views/business/archive/gsp/comps/ffjlList.vue
index 7611f1b..ce8dd70 100644
--- a/src/views/business/archive/gsp/comps/ffjlList.vue
+++ b/src/views/business/archive/gsp/comps/ffjlList.vue
@@ -70,7 +70,7 @@
{{ scope.row.rkl }} {{ scope.row.rkldw }}
-
diff --git a/src/views/business/archive/gsp/comps/gspList.vue b/src/views/business/archive/gsp/comps/gspList.vue
index 3c215d9..c165abf 100644
--- a/src/views/business/archive/gsp/comps/gspList.vue
+++ b/src/views/business/archive/gsp/comps/gspList.vue
@@ -23,18 +23,18 @@
-
-
-
+
+
+
-
-
-
+
+
+
@@ -60,7 +60,7 @@
-
+
{{ $t('page.business.resource.resource.zjzt.rk') }}
diff --git a/src/views/business/resource/gsp/comps/gsp/Xq.vue b/src/views/business/resource/gsp/comps/gsp/Xq.vue
index 5745b48..94e267a 100644
--- a/src/views/business/resource/gsp/comps/gsp/Xq.vue
+++ b/src/views/business/resource/gsp/comps/gsp/Xq.vue
@@ -129,7 +129,7 @@