摘要: function (data, params) { const myChart = this.myChart; const twoYearData = [17, 45, 4, 34, 23, 54] const threeYearData = [11, 35, 9, 24, 12, 50] cons 阅读全文
posted @ 2024-06-21 22:39 ladybug7 阅读(2) 评论(0) 推荐(0) 编辑
摘要: function (data, params) { const myChart = this.myChart; let _data = []; if (data.length && data[1]) { _data = [ { value: data[1].count, name: '硕士' }, 阅读全文
posted @ 2024-06-21 22:37 ladybug7 阅读(2) 评论(0) 推荐(0) 编辑
摘要: function (data,params){ // const myChart = this.myChart; const yearData2 = [2020, 2021, 2022, 2023, 2024, 2025]; const personData2 = [820, 932, 901, 9 阅读全文
posted @ 2024-06-21 20:56 ladybug7 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="ting-rank"> <ul> <li v-for="(item, index) in list" :key="index + item.text" style="background-image: url('http://42.193.126.16: 阅读全文
posted @ 2024-06-21 20:52 ladybug7 阅读(3) 评论(0) 推荐(0) 编辑
摘要: function (data, params) { const myChart = this.myChart; // 配置图表选项 const customData_ = [ { value: 134, name: '艺术与设计学院' }, { value: 345, name: '后勤学院,创业学 阅读全文
posted @ 2024-06-21 19:58 ladybug7 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="ting-title"> <span class="text"> {{ text }} </span> </div> </template> <script> export default { name: 'TingTitle', data: () => 阅读全文
posted @ 2024-06-21 14:19 ladybug7 阅读(1) 评论(0) 推荐(0) 编辑