diff --git a/src/views/cet/cet-ana-3.vue b/src/views/cet/cet-ana-3.vue index 195427f..d9a6b6c 100644 --- a/src/views/cet/cet-ana-3.vue +++ b/src/views/cet/cet-ana-3.vue @@ -334,7 +334,7 @@ }, }, title: { - text: '该批次每一年级的通过率饼图', + text: '该批次每一年级的通过率环形图', left: 'top', top: '0%', textStyle: { @@ -352,7 +352,7 @@ series: [ { - name: '学院/专业该批次通过人数饼图', + name: '学院/专业该批次通过人数环形图', type: 'pie', radius: ['50%', '100%'], center: ['50%', '50%'], diff --git a/src/views/cet/cet-dashboard.vue b/src/views/cet/cet-dashboard.vue new file mode 100644 index 0000000..8d0e9e5 --- /dev/null +++ b/src/views/cet/cet-dashboard.vue @@ -0,0 +1,408 @@ + + + + + diff --git a/src/views/cet/collegeDashboard.vue b/src/views/cet/collegeDashboard.vue new file mode 100644 index 0000000..354e46b --- /dev/null +++ b/src/views/cet/collegeDashboard.vue @@ -0,0 +1,720 @@ + + + + + diff --git a/src/views/cet/universityDashboard.vue b/src/views/cet/universityDashboard.vue new file mode 100644 index 0000000..8232bc3 --- /dev/null +++ b/src/views/cet/universityDashboard.vue @@ -0,0 +1,982 @@ + + + + + \ No newline at end of file