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},