loulijun2021
2022-11-26 4e87920494fd491b6ec584bbd208879dda6d0d00
1.看板地图背景色变浅
已修改2个文件
20 ■■■■■ 文件已修改
src/views/kb/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kb/zhkb.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kb/index.vue
@@ -101,7 +101,7 @@
    setInterval(() => {
      this.value1 = Math.floor(Math.random() * 10000 + 5000)
      this.value2 = Math.floor(Math.random() * 10000 + 5000)
    }, 3000)
    }, 9000)
  },
  methods: {
@@ -147,7 +147,7 @@
        //   }
        // ]
        loadEcharts('pie1', pie1(pie1data))
      }, 10000)
      }, 20000)
      let bar1data1 = ['92', '90', '96', '98', '99', '97']
      let bar1data2 = ['70', '60', '50', '40', '30']
@@ -159,7 +159,7 @@
        bar1data1 = [Math.floor(Math.random() * 8 + 92), Math.floor(Math.random() * 8 + 92), Math.floor(Math.random() * 8 + 92), Math.floor(Math.random() * 8 + 92), Math.floor(Math.random() * 8 + 92), Math.floor(Math.random() * 8 + 92)]
        bar1data2 = [Math.floor(Math.random() * 15 + 70), Math.floor(Math.random() * 15 + 70), Math.floor(Math.random() * 15 + 70), Math.floor(Math.random() * 15 + 70), Math.floor(Math.random() * 15 + 70)]
        loadEcharts('bar1', bar1(bar1data1, bar1data2))
      }, 9000)
      }, 15000)
      //  加载左中
      // let dataY = ['200', '400', '500', '300', '400', '440', '330', '380', '400', '460', '390', '270']
@@ -185,7 +185,7 @@
        //   Math.floor(Math.random() * 100 + 400)
        // ]
        loadEcharts('line1', line1(dataY, dataY2, dataY3, dataY4, dataY5))
      }, 8000)
      }, 18000)
      //  加载右下
      let scaleData1 = [
@@ -301,7 +301,7 @@
        ]
        loadEcharts('pie2', pie2('品质差异比列', scaleData1))
        loadEcharts('pie3', pie2('异常预警比列', scaleData2))
      }, 7000)
      }, 17000)
      let list = [500, 400, 300, 200, 100]
      //  加载左上
@@ -309,23 +309,23 @@
      setInterval(() => {
        list = [Math.floor(Math.random() * 100) + 500, Math.floor(Math.random() * 100) + 400, Math.floor(Math.random() * 100) + 300, Math.floor(Math.random() * 100) + 200, Math.floor(Math.random() * 100) + 100]
        loadEcharts('bar2', bar2(list))
      }, 6000)
      }, 26000)
      //  加载右上
      loadEcharts('bar3', bar3())
      setInterval(() => {
        loadEcharts('bar3', bar3())
      }, 5500)
      }, 22000)
      //  加载中下
      loadEcharts('bar4', bar4())
      setInterval(() => {
        loadEcharts('bar4', bar4())
      }, 6500)
      }, 16500)
      loadEcharts('barline1', barline1())
      setInterval(() => {
        loadEcharts('barline1', barline1())
      }, 7500)
      }, 17500)
    },
    // 加载右中(弃用)
    loadCustom1() {
src/views/kb/zhkb.vue
@@ -1282,6 +1282,7 @@
  background: url('../../assets/images/body.jpg') no-repeat;
  //z-index: -1;
  //opacity: 0.4;
  filter: brightness(50%);
}
.kb_background2 {
@@ -1290,6 +1291,7 @@
  width: 1920px;
  height: 887px;
  background: url('../../assets/images/body.jpg') no-repeat;
  filter: brightness(50%);
  //z-index: -1;
  //opacity: 0.4;
}