ZZJ
2022-07-11 6ef2ac92c0d3f79b59b8698274918df830b58b29
src/views/equipmentManagement/components/Flow.vue
@@ -17,15 +17,15 @@
    return {
      flowList: [
        {
          img: "/images/equipmentManagement/开通设备管理.png",
          img: "/images/equipmentManagement/open.png",
          title: "开通设备管理",
        },
        { img: "/images/equipmentManagement/添加设备.png", title: "添加设备" },
        { img: "/images/equipmentManagement/add.png", title: "添加设备" },
        {
          img: "/images/equipmentManagement/设备维护+设置.png",
          img: "/images/equipmentManagement/setting.png",
          title: "设备维护+设置",
        },
        { img: "/images/equipmentManagement/设备监控.png", title: "设备监控" },
        { img: "/images/equipmentManagement/watch.png", title: "设备监控" },
      ],
    };
  },