From 78526baf0308329bb0422984b498ea37cecb067d Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 2 Apr 2024 15:03:57 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E5=89=A7=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/auditInfo.vue | 1 + src/views/report/main/innovation.vue | 1 + src/views/report/main/unemployment.vue | 1 + src/views/report/main/vocational.vue | 1 + src/views/report/main/vocationalTraining.vue | 1 + src/views/report/policy.vue | 1 + src/views/report/postInfo.vue | 1 + src/views/report/talentPool/confirmed.vue | 1 + src/views/report/talentPool/potential.vue | 1 + src/views/report/taskInfo.vue | 1 + 10 files changed, 10 insertions(+) diff --git a/src/views/report/auditInfo.vue b/src/views/report/auditInfo.vue index d2098cb..8ddcab5 100644 --- a/src/views/report/auditInfo.vue +++ b/src/views/report/auditInfo.vue @@ -35,6 +35,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/main/innovation.vue b/src/views/report/main/innovation.vue index 18ee8b1..e461f73 100644 --- a/src/views/report/main/innovation.vue +++ b/src/views/report/main/innovation.vue @@ -43,6 +43,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/main/unemployment.vue b/src/views/report/main/unemployment.vue index d208de2..a9b65e3 100644 --- a/src/views/report/main/unemployment.vue +++ b/src/views/report/main/unemployment.vue @@ -44,6 +44,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/main/vocational.vue b/src/views/report/main/vocational.vue index 55e55a1..482b74f 100644 --- a/src/views/report/main/vocational.vue +++ b/src/views/report/main/vocational.vue @@ -44,6 +44,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/main/vocationalTraining.vue b/src/views/report/main/vocationalTraining.vue index f91b0d2..3d69862 100644 --- a/src/views/report/main/vocationalTraining.vue +++ b/src/views/report/main/vocationalTraining.vue @@ -44,6 +44,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } // 职业培训 export default { diff --git a/src/views/report/policy.vue b/src/views/report/policy.vue index 2a03eee..52802e9 100644 --- a/src/views/report/policy.vue +++ b/src/views/report/policy.vue @@ -34,6 +34,7 @@ const baseOptions = { tip: false, searchMenuSpan: 6, selection: false, + align: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/postInfo.vue b/src/views/report/postInfo.vue index 90ea5f3..11253fe 100644 --- a/src/views/report/postInfo.vue +++ b/src/views/report/postInfo.vue @@ -35,6 +35,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/talentPool/confirmed.vue b/src/views/report/talentPool/confirmed.vue index 9544f4e..a7fd3f6 100644 --- a/src/views/report/talentPool/confirmed.vue +++ b/src/views/report/talentPool/confirmed.vue @@ -40,6 +40,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/talentPool/potential.vue b/src/views/report/talentPool/potential.vue index 3da5817..2472d8c 100644 --- a/src/views/report/talentPool/potential.vue +++ b/src/views/report/talentPool/potential.vue @@ -40,6 +40,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/taskInfo.vue b/src/views/report/taskInfo.vue index ac30b8a..63af3af 100644 --- a/src/views/report/taskInfo.vue +++ b/src/views/report/taskInfo.vue @@ -35,6 +35,7 @@ const baseOptions = { searchMenuSpan: 6, selection: false, headerAlign: 'center', + align: 'center', } export default { components: {CustomLoading},