| | |
| | | <template> |
| | | <div style="padding: 0px 10px" > |
| | | <div style="padding: 0px 10px"> |
| | | <div> |
| | | <el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect" |
| | | style="margin-bottom: 10px"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { listScore, getScore, delScore, addScore, updateScore, publishScore,detailScore } from "@/api/platform/check-score"; |
| | | import { listScore, getScore, delScore, addScore, updateScore, publishScore, detailScore } from "@/api/platform/check-score"; |
| | | import { areaSelect } from '@/api/system/dept'; |
| | | import * as echarts from 'echarts'; |
| | | let lineChart = null; |
| | |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | deptId: null, |
| | | examineTag:0 |
| | | examineTag: 0 |
| | | }, |
| | | queryParamsList: { |
| | | pageNum: 1, |
| | |
| | | data: dataList.map((item) => item[0]), |
| | | }, |
| | | yAxis: { |
| | | |
| | | min: 'dataMin' |
| | | }, |
| | | series: [ |
| | | { |