@@ -19,7 +19,7 @@
- +
  • @@ -65,7 +65,7 @@
    - +
    “互联网+”大学生创新创业大赛 @@ -73,7 +73,7 @@
    - +
    “互联网+”大学生创新创业大赛 @@ -81,7 +81,7 @@
    - +
    “互联网+”大学生创新创业大赛 @@ -89,7 +89,7 @@
    - +
    “互联网+”大学生创新创业大赛 @@ -97,7 +97,7 @@
    - +
    “互联网+”大学生创新创业大赛 @@ -105,7 +105,7 @@
    - +
    “互联网+”大学生创新创业大赛 @@ -113,7 +113,7 @@
    - +
    “互联网+”大学生创新创业大赛 @@ -121,7 +121,7 @@
    - +
    “互联网+”大学生创新创业大赛 @@ -138,7 +138,7 @@
    - +
    专题研究 @@ -147,7 +147,7 @@
    - +
    竞赛评估 @@ -156,7 +156,7 @@
    - +
    学生发展 diff --git a/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/LesserCh.vue b/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/LesserCh.vue index ca4337c8..30908130 100644 --- a/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/LesserCh.vue +++ b/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/LesserCh.vue @@ -23,19 +23,6 @@ \ No newline at end of file diff --git a/jeecgboot-vue3-master/src/views/depart/workbench/components/chDepartment/options.js b/jeecgboot-vue3-master/src/views/depart/workbench/components/chDepartment/options.js new file mode 100644 index 00000000..5120f947 --- /dev/null +++ b/jeecgboot-vue3-master/src/views/depart/workbench/components/chDepartment/options.js @@ -0,0 +1,41 @@ +// 部门比赛情况分布 圆环 +export const optionRing = { + color: [ + '#0052D9', + '#699EF5', + '#B5C7FF', + ], + legend: { + x: 'center', + orient: 'horizontal', + bottom: '48px', + data: ['已完成', '比赛中', '未开始'] + }, + series: [ + { + type: 'pie', + center:['50%', '41%'], + radius: ['35%', '45%'], + avoidLabelOverlap: false, + label: { + show: false, + position: 'center' + }, + labelLine: { + show: false + }, + emphasis: { + label: { + show: true, + fontSize: '25', + fontWeight: 'bold' + } + }, + data: [ + { value: 335, name: '已完成' }, + { value: 50, name: '比赛中' }, + { value: 23, name: '未开始' }, + ] + } + ] +}; \ No newline at end of file diff --git a/jeecgboot-vue3-master/src/views/depart/workbench/components/index.ts b/jeecgboot-vue3-master/src/views/depart/workbench/components/index.ts new file mode 100644 index 00000000..d403267c --- /dev/null +++ b/jeecgboot-vue3-master/src/views/depart/workbench/components/index.ts @@ -0,0 +1 @@ +export {default as ChDepartment } from './chDepartment/index.vue' \ No newline at end of file