浏览代码

Merge pull request 'projects/mescc/zhp' (#100) from projects/mescc/zhp into projects/mescc/develop

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-init/pulls/100
projects/mescc/develop
juzi 2 个月前
父节点
当前提交
3bec7e3333
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. +1
    -1
      src/views/index.vue
  2. +3
    -3
      src/views/produce/data/index.vue

+ 1
- 1
src/views/index.vue 查看文件

@@ -70,7 +70,7 @@ const LOCATIONS = [
// 蚌埠2
// { x: 61, y: 53, tx: 39, ty: 68, path: 'factoryData/ksIndex' },
// 江西 瑞昌
{ x: 60, y: 58, tx: 68, ty: 52,lx:61,ly:61.5,ltx:69.5,lty:52, path: 'factoryData/factory-data' },
{ x: 60, y: 58, tx: 68, ty: 50,lx:61,ly:61.5,ltx:69.5,lty:51.2, path: 'factoryData/factory-data' },
// 湖南 株洲
// { x: 56, y: 60, tx: 60, ty: 95, path: 'factoryData/zzIndex' },
// 邯郸


+ 3
- 3
src/views/produce/data/index.vue 查看文件

@@ -1,8 +1,8 @@
<!--
* @Author: zhp
* @Date: 2024-04-15 10:49:13
* @LastEditTime: 2024-07-16 17:47:40
* @LastEditors: DY
* @LastEditTime: 2024-07-17 08:55:15
* @LastEditors: zhp
* @Description:
-->
<template>
@@ -415,7 +415,7 @@ export default {
typeArray.forEach(t => {
const zidr = ['chipYield', 'componentYield', 'bipvProductOutput'][t]
item.forEach(it => {
seriesData.push(it[zidr])
seriesData.push(it[zidr])
})
})
seriesDataArray.push(seriesData)


正在加载...
取消
保存