Compare commits
No commits in common. "abfd20bac68b1416577fd8e821af5bc1550f4d60" and "a5d0970fa00255ceae17375a5debc4e8486ce36c" have entirely different histories.
abfd20bac6
...
a5d0970fa0
@ -201,7 +201,7 @@ export default {
|
|||||||
res.data.forEach((item) => {
|
res.data.forEach((item) => {
|
||||||
let obj = {};
|
let obj = {};
|
||||||
obj.factory = item.factory;
|
obj.factory = item.factory;
|
||||||
obj.item = "芯片产量";
|
obj.item = "FTO投入";
|
||||||
obj.unit = "片";
|
obj.unit = "片";
|
||||||
obj.lastone = item.lastone.total;
|
obj.lastone = item.lastone.total;
|
||||||
obj.currentone = item.currentone.total;
|
obj.currentone = item.currentone.total;
|
||||||
|
@ -201,7 +201,7 @@ export default {
|
|||||||
res.data.forEach((item) => {
|
res.data.forEach((item) => {
|
||||||
let obj = {};
|
let obj = {};
|
||||||
obj.factory = item.factory;
|
obj.factory = item.factory;
|
||||||
obj.item = "标准组件产量";
|
obj.item = "FTO投入";
|
||||||
obj.unit = "片";
|
obj.unit = "片";
|
||||||
obj.lastone = item.lastone.total;
|
obj.lastone = item.lastone.total;
|
||||||
obj.currentone = item.currentone.total;
|
obj.currentone = item.currentone.total;
|
||||||
|
Loading…
Reference in New Issue
Block a user