diff --git a/src/views/report/auditInfo.vue b/src/views/report/auditInfo.vue index a98379f..f43f3ff 100644 --- a/src/views/report/auditInfo.vue +++ b/src/views/report/auditInfo.vue @@ -34,6 +34,7 @@ const baseOptions = { tip: false, searchMenuSpan: 6, selection: false, + headerAlign: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/postInfo.vue b/src/views/report/postInfo.vue index 4b1a14f..bb96691 100644 --- a/src/views/report/postInfo.vue +++ b/src/views/report/postInfo.vue @@ -34,6 +34,7 @@ const baseOptions = { tip: false, searchMenuSpan: 6, selection: false, + headerAlign: 'center', } export default { components: {CustomLoading}, diff --git a/src/views/report/talentPool/potential.vue b/src/views/report/talentPool/potential.vue new file mode 100644 index 0000000..5520154 --- /dev/null +++ b/src/views/report/talentPool/potential.vue @@ -0,0 +1,145 @@ + + + + + diff --git a/src/views/report/taskInfo.vue b/src/views/report/taskInfo.vue index 89c240d..ebb450b 100644 --- a/src/views/report/taskInfo.vue +++ b/src/views/report/taskInfo.vue @@ -34,6 +34,7 @@ const baseOptions = { tip: false, searchMenuSpan: 6, selection: false, + headerAlign: 'center', } export default { components: {CustomLoading},