yangfeng
2023-12-04 6f1229d08cf208bfb9ea71b6909e46620948ad9a
饼图样式优化
2个文件已修改
4 ■■■ 已修改文件
src/views/cockpitPage/components/PerSonnelProductivity.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/cockpitPage/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | 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: {},
    };
  },