style:生产整体概况-字段调整

master
黄伟杰 2 weeks ago
parent 61e06971f1
commit 9c47239a9f

@ -35,7 +35,7 @@ async function loadProductionStats() {
acc[cur.key] = cur.value
return acc
}, {})
const keyOrder = ['1', '2', '3', '4']
const keyOrder = ['11', '8', '9', '10']
statsData.forEach((stat, index) => {
const k = keyOrder[index]
stat.value = byKey[k] ?? 0

@ -49,7 +49,7 @@ export default {
all: '总数',
pending: '未开工',
running: '生产中',
finished: '完工',
finished: '已完成',
mold: '模具',
equipment: '设备',
keypart: '关键件',

Loading…
Cancel
Save