Compare commits
3 Commits
a5d0970fa0
...
abfd20bac6
Author | SHA1 | Date | |
---|---|---|---|
abfd20bac6 | |||
7ba831f496 | |||
78d387b2c6 |
@ -201,7 +201,7 @@ export default {
|
||||
res.data.forEach((item) => {
|
||||
let obj = {};
|
||||
obj.factory = item.factory;
|
||||
obj.item = "FTO投入";
|
||||
obj.item = "芯片产量";
|
||||
obj.unit = "片";
|
||||
obj.lastone = item.lastone.total;
|
||||
obj.currentone = item.currentone.total;
|
||||
|
@ -201,7 +201,7 @@ export default {
|
||||
res.data.forEach((item) => {
|
||||
let obj = {};
|
||||
obj.factory = item.factory;
|
||||
obj.item = "FTO投入";
|
||||
obj.item = "标准组件产量";
|
||||
obj.unit = "片";
|
||||
obj.lastone = item.lastone.total;
|
||||
obj.currentone = item.currentone.total;
|
||||
|
Loading…
Reference in New Issue
Block a user