随笔分类 - BI
摘要:<template> <div class="ting-scroll"> <dv-scroll-board :config="config" style="height:370px;" /> </div> </template> <script> export default { data() {
阅读全文
摘要:function (data,params){ // const myChart = this.myChart; const yearData = [2020, 2021, 2022, 2023, 2024, 2025] const personData3 = [1020, 1132, 1101,
阅读全文
摘要:function(data, params) { var img = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAADGCAYAAACJm/9dAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFj
阅读全文
摘要:前言: 主屏幕的组件,会被其他屏幕共用。主屏幕通常放“选项卡”、“公共头部”、“公共尾部”等组件。 通过选项卡实现屏幕切换时有两种方式。 注:默认展示的屏幕可以用定时器实现。 方式一:利用 js 代码实现 (params, refs) => { $glob.group = '屏幕ID' } 方式二:
阅读全文
摘要:function (data, params) { const myChart = this.myChart; const twoYearData = [17, 45, 4, 34, 23, 54] const threeYearData = [11, 35, 9, 24, 12, 50] cons
阅读全文
摘要:function (data, params) { const myChart = this.myChart; let _data = []; if (data.length && data[1]) { _data = [ { value: data[1].count, name: '硕士' },
阅读全文
摘要:function (data,params){ // const myChart = this.myChart; const yearData2 = [2020, 2021, 2022, 2023, 2024, 2025]; const personData2 = [820, 932, 901, 9
阅读全文
摘要:<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:
阅读全文
摘要:function (data, params) { const myChart = this.myChart; // 配置图表选项 const customData_ = [ { value: 134, name: '艺术与设计学院' }, { value: 345, name: '后勤学院,创业学
阅读全文
摘要:<template> <div class="ting-title"> <span class="text"> {{ text }} </span> </div> </template> <script> export default { name: 'TingTitle', data: () =>
阅读全文

浙公网安备 33010602011771号