src/views/cockpitPage/components/PerSonnelProductivity.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/cockpitPage/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/cockpitPage/components/PerSonnelProductivity.vue
@@ -265,7 +265,7 @@ labelLine: { show: true, length: 4, length2: 70, length2: 80, lineStyle: { color: "#dcb018", }, src/views/cockpitPage/index.vue
@@ -58,6 +58,7 @@ props: {}, data() { return { // 左上数据统计数据 allList: [ { value: 0, label: "开机台数" }, { value: 0, label: "总产量" }, @@ -66,6 +67,7 @@ { value: 0, label: "物料不足" }, { value: 0, label: "计划达成率" }, ], // 左中数据统计对象 totalObject: {}, }; },