index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. <template>
  2. <div class="body1" v-loading="isLoading">
  3. <!-- 课程数据 -->
  4. <div class="left">
  5. <div class="top">
  6. <div class="titleBox" style="justify-content: space-between">
  7. <div class="title">基础概况</div>
  8. <el-select v-model="cType7" class="selectBox" style="width: 110px">
  9. <el-option label="全部课程" value="全部课程"></el-option>
  10. </el-select>
  11. </div>
  12. <div class="dataBox">
  13. <div class="info_box">
  14. <div class="info blueBG">
  15. <span>项目总数</span>
  16. <!-- <span>{{ count }}</span> -->
  17. <span>{{ 15130 }}</span>
  18. </div>
  19. <div class="info blueBG">
  20. <span>本月新增项目环比</span>
  21. <!-- <span>{{ weekCount }}</span> -->
  22. <span>{{ "80%" }}</span>
  23. </div>
  24. <div class="info blueBG">
  25. <span>模板项目总数</span>
  26. <!-- <span>{{ weekCount }}</span> -->
  27. <span>{{ 18 }}</span>
  28. </div>
  29. <div class="info blueBG">
  30. <span>本月新增项目总数</span>
  31. <!-- <span>{{ weekCount }}</span> -->
  32. <span>{{ 18 }}</span>
  33. </div>
  34. </div>
  35. <TeaFre style="height: calc(100% - 140px)"></TeaFre>
  36. </div>
  37. </div>
  38. <div class="bottom">
  39. <div class="titleBox">
  40. <div
  41. class="title"
  42. :class="{ isClick: skType == 0 }"
  43. @click="skType = 0"
  44. style="cursor: pointer; padding: 0 0 5px 0"
  45. >
  46. 项目时长
  47. </div>
  48. <div
  49. class="title"
  50. :class="{ isClick: skType == 1 }"
  51. @click="skType = 1"
  52. style="cursor: pointer; padding: 0 0 5px 0"
  53. >
  54. 开展频次
  55. </div>
  56. <el-select v-model="cType" class="selectBox" style="width: 110px">
  57. <el-option label="全部年级" value="全部年级"></el-option>
  58. <el-option label="一年级" value="一年级"></el-option>
  59. <el-option label="二年级" value="二年级"></el-option>
  60. <el-option label="三年级" value="三年级"></el-option>
  61. </el-select>
  62. <div class="timeDiv">
  63. <div @click="tType = 0" :class="{ isClick: tType == 0 }">周</div>
  64. <div @click="tType = 1" :class="{ isClick: tType == 1 }">月</div>
  65. <div @click="tType = 2" :class="{ isClick: tType == 2 }">学期</div>
  66. </div>
  67. </div>
  68. <div class="info_box" v-if="!oType">
  69. <div class="info blueBG">
  70. <span>开展频次</span>
  71. <!-- <span>{{ count }}</span> -->
  72. <span>{{ 15130 }}</span>
  73. </div>
  74. <div class="info blueBG">
  75. <span>项目开展总数</span>
  76. <!-- <span>{{ weekCount }}</span> -->
  77. <span>{{ "80%" }}</span>
  78. </div>
  79. <div class="info blueBG">
  80. <span>项目平均开展次数</span>
  81. <!-- <span>{{ weekCount }}</span> -->
  82. <span>{{ 18 }}</span>
  83. </div>
  84. </div>
  85. <div class="info_box" v-if="oType">
  86. <div class="info blueBG">
  87. <span>累计时长</span>
  88. <!-- <span>{{ count }}</span> -->
  89. <span>{{ 15130 }}</span>
  90. </div>
  91. <div class="info blueBG">
  92. <span>开展项目总数</span>
  93. <!-- <span>{{ weekCount }}</span> -->
  94. <span>{{ "80%" }}</span>
  95. </div>
  96. <div class="info blueBG">
  97. <span>项目平均时长</span>
  98. <!-- <span>{{ weekCount }}</span> -->
  99. <span>{{ 18 }}</span>
  100. </div>
  101. </div>
  102. <div class="dataBox">
  103. <ToolUse style="height: calc(100% - 170px)" v-if="!oType"></ToolUse>
  104. <Bar style="height: calc(100% - 170px)" v-if="oType"></Bar>
  105. <div class="otherCss">
  106. <div v-if="!oType">切换为柱状图</div>
  107. <div v-if="oType">切换为热力图</div>
  108. <div class="otherImg" @click="otherEchart">
  109. <img src="../../../../assets/icon/other.png" alt="" />
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. <div class="center">
  116. <div class="top">
  117. <div class="titleBox">
  118. <div
  119. class="title"
  120. :class="{ isClick: courseType == 0 }"
  121. @click="courseType = 0"
  122. style="cursor: pointer; padding: 0 0 5px 0"
  123. >
  124. 项目分布
  125. </div>
  126. <div
  127. class="title"
  128. :class="{ isClick: courseType == 1 }"
  129. @click="courseType = 1"
  130. style="cursor: pointer; padding: 0 0 5px 0"
  131. >
  132. 项目总数增幅
  133. </div>
  134. </div>
  135. <div class="dataBox">
  136. <CateRank
  137. v-if="courseType == 0"
  138. style="height: calc(100%)"
  139. ></CateRank>
  140. <CourseNum
  141. v-if="courseType == 1"
  142. style="height: calc(100%)"
  143. ></CourseNum>
  144. </div>
  145. </div>
  146. <div class="bottom">
  147. <div class="titleBox" style="justify-content: space-between">
  148. <div class="title">项目开展情况</div>
  149. <div
  150. v-if="!shType"
  151. style="
  152. display: flex;
  153. flex-direction: row;
  154. flex-wrap: nowrap;
  155. align-items: center;
  156. "
  157. >
  158. <el-select v-model="cType8" class="selectBox" style="width: 110px">
  159. <el-option label="全部年级" value="全部年级"></el-option>
  160. </el-select>
  161. <el-select v-model="cType9" class="selectBox" style="width: 110px">
  162. <el-option label="全部学科" value="全部学科"></el-option>
  163. </el-select>
  164. </div>
  165. <div
  166. v-if="shType"
  167. style="
  168. display: flex;
  169. flex-direction: row;
  170. flex-wrap: nowrap;
  171. align-items: center;
  172. "
  173. >
  174. <el-select v-model="cType1" class="selectBox" style="width: 110px">
  175. <el-option label="全部年级" value="全部年级"></el-option>
  176. </el-select>
  177. <el-select v-model="cType2" class="selectBox" style="width: 110px">
  178. <el-option label="全部学科" value="全部学科"></el-option>
  179. </el-select>
  180. <el-select v-model="cType3" class="selectBox" style="width: 110px">
  181. <el-option label="全部主题" value="全部主题"></el-option>
  182. </el-select>
  183. </div>
  184. </div>
  185. <div class="dataBox">
  186. <CourseTime
  187. v-if="!shType"
  188. style="height: calc(100% - 30px)"
  189. ></CourseTime>
  190. <div class="info_box" v-if="shType">
  191. <div class="info blueBG">
  192. <span>项目实施总数</span>
  193. <!-- <span>{{ count }}</span> -->
  194. <span>{{ 15130 }}</span>
  195. </div>
  196. <div class="info blueBG">
  197. <span>平台实施项目占比</span>
  198. <!-- <span>{{ weekCount }}</span> -->
  199. <span>{{ "80%" }}</span>
  200. </div>
  201. <div class="info blueBG">
  202. <span>项目平均任务数量</span>
  203. <!-- <span>{{ weekCount }}</span> -->
  204. <span>{{ 18 }}</span>
  205. </div>
  206. <div class="info blueBG">
  207. <span>项目平均作业数量</span>
  208. <!-- <span>{{ weekCount }}</span> -->
  209. <span>{{ 18 }}</span>
  210. </div>
  211. </div>
  212. <WorkNum v-if="shType"></WorkNum>
  213. <div class="otherCss">
  214. <div v-if="!shType">转换为散点图</div>
  215. <div v-if="shType">转换为堆积柱状图</div>
  216. <div class="otherImg" @click="shEchart">
  217. <img src="../../../../assets/icon/other.png" alt="" />
  218. </div>
  219. </div>
  220. </div>
  221. </div>
  222. </div>
  223. <div class="right">
  224. <div class="top" style="border-radius: 5px">
  225. <div class="titleBox" style="justify-content: space-between">
  226. <div
  227. style="
  228. display: flex;
  229. flex-direction: row;
  230. flex-wrap: nowrap;
  231. align-items: center;
  232. "
  233. >
  234. <div
  235. class="title"
  236. :class="{ isClick: toolType == 0 }"
  237. @click="toolType = 0"
  238. style="cursor: pointer; padding: 0 0 5px 0"
  239. >
  240. 项目占比
  241. </div>
  242. <div
  243. class="title"
  244. :class="{ isClick: toolType == 1 }"
  245. @click="toolType = 1"
  246. style="cursor: pointer; padding: 0 0 5px 0"
  247. >
  248. 工具使用
  249. </div>
  250. </div>
  251. <el-select
  252. v-model="cType4"
  253. class="selectBox"
  254. style="width: 110px"
  255. v-if="toolType == 0"
  256. >
  257. <el-option label="按年级" value="按年级"></el-option>
  258. <el-option label="按学科" value="按学科"></el-option>
  259. <el-option label="按主题" value="按主题"></el-option>
  260. </el-select>
  261. <div
  262. v-if="toolType == 1"
  263. style="
  264. display: flex;
  265. flex-direction: row;
  266. flex-wrap: nowrap;
  267. align-items: center;
  268. "
  269. >
  270. <el-select v-model="cType5" class="selectBox" style="width: 110px">
  271. <el-option label="全部学科" value="全部学科"></el-option>
  272. <el-option label="语文" value="语文"></el-option>
  273. <el-option label="数学" value="数学"></el-option>
  274. </el-select>
  275. <el-select v-model="cType6" class="selectBox" style="width: 110px">
  276. <el-option label="全部年级" value="全部年级"></el-option>
  277. <el-option label="一年级" value="一年级"></el-option>
  278. <el-option label="二年级" value="二年级"></el-option>
  279. </el-select>
  280. </div>
  281. </div>
  282. <div class="dataBox">
  283. <CourseAna
  284. style="height: calc(100% - 40px)"
  285. v-if="toolType == 0"
  286. ></CourseAna>
  287. <ToolChart
  288. style="height: calc(100% - 40px)"
  289. v-if="toolType == 1"
  290. ></ToolChart>
  291. </div>
  292. </div>
  293. <div class="bottom">
  294. <div class="titleBox">
  295. <div class="title">项目学科分布</div>
  296. </div>
  297. <div class="dataBox">
  298. <WorkTime style="height: calc(100% - 72px)" v-if="xtType"></WorkTime>
  299. <div class="otherCss">
  300. <div v-if="!xtType">转换为人员协同</div>
  301. <div v-if="xtType">转换为学科协同</div>
  302. <div class="otherImg" @click="xtEchart">
  303. <img src="../../../../assets/icon/other.png" alt="" />
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. </div>
  310. </template>
  311. <script>
  312. import TeaFre from "./chartList/teaFre.vue";
  313. import ToolUse from "./chartList/toolUse.vue";
  314. import CateRank from "./chartList/cateRank.vue";
  315. import WorkNum from "./chartList/workNum.vue";
  316. import CourseTime from "./chartList/courseTime.vue";
  317. import CourseAna from "./chartList/courseAna.vue";
  318. import WorkTime from "./chartList/workTime.vue";
  319. import Bar from "./chartList/bar.vue";
  320. import CourseNum from "./chartList/courseNum.vue";
  321. import ToolChart from "./chartList/toolChart.vue";
  322. export default {
  323. components: {
  324. TeaFre,
  325. ToolUse,
  326. CateRank,
  327. WorkNum,
  328. CourseTime,
  329. CourseAna,
  330. WorkTime,
  331. Bar,
  332. CourseNum,
  333. ToolChart,
  334. },
  335. props: {
  336. oid: {
  337. type: String,
  338. },
  339. org: {
  340. type: String,
  341. },
  342. },
  343. data() {
  344. return {
  345. isLoading: false,
  346. cType: "全部年级",
  347. cType1: "全部年级",
  348. cType2: "全部学科",
  349. cType3: "全部主题",
  350. cType4: "按年级",
  351. cType5: "全部学科",
  352. cType6: "全部年级",
  353. cType7: "全部课程",
  354. cType8: "全部年级",
  355. cType9: "全部学科",
  356. toolType: 0,
  357. tType: 0,
  358. skType: 0,
  359. courseType: 0,
  360. sType: 0,
  361. oType: false,
  362. shType: false,
  363. xtType: false,
  364. };
  365. },
  366. mounted() {
  367. this.getData();
  368. },
  369. methods: {
  370. otherEchart() {
  371. this.oType = !this.oType;
  372. },
  373. shEchart() {
  374. this.shType = !this.shType;
  375. },
  376. xtEchart() {
  377. this.xtType = !this.xtType;
  378. },
  379. getData() {
  380. this.isLoading = true;
  381. let params = [
  382. {
  383. oid: this.oid,
  384. org: this.org,
  385. },
  386. ];
  387. this.ajax
  388. .post(this.$store.state.api + "selectDataBoardStudentCourseNew", params)
  389. .then((res) => {
  390. this.isLoading = false;
  391. let _grade = res.data[0]; //赛道
  392. let _subject = res.data[1]; //主题
  393. this.$forceUpdate();
  394. })
  395. .catch((err) => {
  396. this.isLoading = false;
  397. console.error(err);
  398. });
  399. },
  400. },
  401. };
  402. </script>
  403. <style scoped>
  404. .body1 {
  405. width: 100%;
  406. height: 100%;
  407. display: flex;
  408. padding: 20px;
  409. box-sizing: border-box;
  410. overflow: hidden;
  411. }
  412. .left {
  413. width: calc(100% / 4 * 1);
  414. height: 100%;
  415. }
  416. .left > .top {
  417. width: 100%;
  418. height: calc(100% / 2 - 10px);
  419. background: #fff;
  420. border-radius: 5px;
  421. margin: 0 0 20px 0;
  422. }
  423. .left > .bottom {
  424. width: 100%;
  425. height: calc(100% / 2 - 10px);
  426. background: #fff;
  427. border-radius: 5px;
  428. }
  429. .center {
  430. width: calc(100% / 4 * 2 - 40px);
  431. height: 100%;
  432. margin: 0 20px;
  433. }
  434. .center > .top {
  435. width: 100%;
  436. height: calc(100% / 5 * 3 - 10px);
  437. background: #fff;
  438. border-radius: 5px;
  439. margin: 0 0 20px 0;
  440. }
  441. .center > .bottom {
  442. width: 100%;
  443. height: calc(100% / 5 * 2 - 10px);
  444. background: #fff;
  445. border-radius: 5px;
  446. }
  447. .right {
  448. width: calc(100% / 4 * 1);
  449. height: 100%;
  450. }
  451. .right > .top {
  452. width: 100%;
  453. height: calc(100% / 2 - 10px);
  454. background: #fff;
  455. border-radius: 16px;
  456. margin: 0 0 20px 0;
  457. }
  458. .right > .bottom {
  459. width: 100%;
  460. height: calc(100% / 2 - 10px);
  461. background: #fff;
  462. border-radius: 5px;
  463. }
  464. .titleBox {
  465. height: 40px;
  466. display: flex;
  467. align-items: center;
  468. padding: 0 15px;
  469. box-sizing: border-box;
  470. width: 100%;
  471. }
  472. .dataBox {
  473. height: calc(100% - 40px);
  474. width: 100%;
  475. }
  476. .middleBox {
  477. display: flex;
  478. flex-direction: row;
  479. flex-wrap: nowrap;
  480. align-items: flex-start;
  481. }
  482. .title {
  483. color: #060e17;
  484. margin-right: 10px;
  485. }
  486. .teaMiddle {
  487. width: calc(100% / 2 - 10px);
  488. height: 60px;
  489. border-radius: 8px;
  490. /* border: 1px solid #e0eafb; */
  491. display: flex;
  492. flex-direction: column;
  493. align-items: flex-start;
  494. justify-content: center;
  495. padding: 0 10px;
  496. margin: 0 10px;
  497. }
  498. .teaMiddle {
  499. width: calc(100% / 3 - 10px);
  500. }
  501. .cNum {
  502. background: linear-gradient(
  503. 180deg,
  504. rgb(125, 227, 174, 0.2) 0%,
  505. rgb(23, 196, 105, 0.3) 100%
  506. ) !important;
  507. }
  508. .tNum {
  509. background: linear-gradient(
  510. 180deg,
  511. rgb(174, 204, 254, 0.2) 0%,
  512. rgb(54, 129, 252, 0.3) 100%
  513. ) !important;
  514. }
  515. .tSum {
  516. background: linear-gradient(
  517. 180deg,
  518. rgb(125, 227, 174, 0.2) 0%,
  519. rgb(23, 196, 105, 0.3) 100%
  520. ) !important;
  521. }
  522. .teaLeft > div:first-child,
  523. .teaMiddle > div:first-child {
  524. font-size: 12px;
  525. font-weight: 400;
  526. color: #565e6a;
  527. }
  528. .teaLeft > div:last-child,
  529. .teaMiddle > div:last-child {
  530. font-size: 22px;
  531. font-weight: bold;
  532. color: #060e17;
  533. }
  534. .halfBox {
  535. width: 50%;
  536. height: 100%;
  537. }
  538. .selectBox {
  539. width: 80px;
  540. margin-left: 10px;
  541. }
  542. .selectBox >>> .el-input__inner {
  543. height: 30px;
  544. line-height: 30px;
  545. }
  546. .selectBox >>> .el-input__icon {
  547. line-height: 30px;
  548. }
  549. .timeDiv {
  550. display: flex;
  551. flex-direction: row;
  552. flex-wrap: nowrap;
  553. align-items: center;
  554. margin: 0 0 0 15px;
  555. }
  556. .timeDiv > div {
  557. margin-right: 10px;
  558. cursor: pointer;
  559. }
  560. .isClick {
  561. color: #1684fc;
  562. border-bottom: 2px solid #1684fc;
  563. box-sizing: border-box;
  564. }
  565. .otherCss {
  566. display: flex;
  567. flex-direction: row;
  568. flex-wrap: nowrap;
  569. align-items: center;
  570. justify-content: flex-end;
  571. }
  572. .otherImg {
  573. width: 20px;
  574. height: 20px;
  575. margin: 0 10px;
  576. cursor: pointer;
  577. }
  578. .otherImg > img {
  579. width: 100%;
  580. height: 100%;
  581. }
  582. .allBox {
  583. width: 100%;
  584. height: 100%;
  585. display: flex;
  586. flex-direction: row;
  587. flex-wrap: nowrap;
  588. align-items: center;
  589. }
  590. .allBox_left {
  591. width: 30%;
  592. height: 100%;
  593. }
  594. .allBox_right {
  595. display: flex;
  596. flex-wrap: wrap;
  597. height: 100%;
  598. width: 70%;
  599. margin: 0 auto;
  600. overflow: hidden;
  601. justify-content: space-between;
  602. }
  603. .depth {
  604. width: calc(100% / 4 - 10px);
  605. display: flex;
  606. flex-direction: column;
  607. align-items: center;
  608. justify-content: center;
  609. }
  610. .depth > span:nth-child(1) {
  611. font-size: 14px;
  612. font-weight: 700;
  613. margin: 0 0 10px;
  614. }
  615. .depth > div:nth-child(1) {
  616. }
  617. .info_box {
  618. display: flex;
  619. flex-wrap: wrap;
  620. align-items: center;
  621. justify-content: space-between;
  622. width: 90%;
  623. margin: 0 auto;
  624. }
  625. .info_box > .info2,
  626. .info_box > .info3,
  627. .info_box > .info {
  628. width: calc(50% - 10px);
  629. display: flex;
  630. flex-direction: row;
  631. flex-wrap: nowrap;
  632. height: 60px;
  633. justify-content: space-between;
  634. align-items: center;
  635. padding: 0 10px;
  636. box-sizing: border-box;
  637. margin-bottom: 10px;
  638. border-radius: 5px;
  639. }
  640. .info_box > .info2 {
  641. width: calc(100% / 4 - 10px);
  642. /* align-items: flex-end; */
  643. }
  644. .info_box > .info3 {
  645. width: 100%;
  646. margin-bottom: 5px;
  647. }
  648. .info_box > .info2 > span:nth-child(1),
  649. .info_box > .info3 > span:nth-child(1),
  650. .info_box > .info > span:nth-child(1) {
  651. font-size: 14px;
  652. /* margin: 0 0 0 20px; */
  653. color: #565e6a;
  654. width: 60px;
  655. white-space: pre-wrap;
  656. word-break: break-all;
  657. }
  658. .info_box > .info2 > span:nth-child(2),
  659. .info_box > .info3 > span:nth-child(2),
  660. .info_box > .info > span:nth-child(2) {
  661. font-size: 24px;
  662. /* font-weight: 700; */
  663. }
  664. .blueBG {
  665. background: rgb(243, 248, 253);
  666. border: 2px solid rgb(234, 246, 255);
  667. }
  668. </style>