@ued_fpi/data-visual 1.4.5 → 1.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,19 +76,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76
76
  // 定位车辆
77
77
  abnormalCar: 0,
78
78
  // 异常车辆
79
- chemicalCar: 0,
80
- // 危险化车
81
- normalCar: 0,
82
- // 普通车
79
+ fixCar: 0,
80
+ // 固定车
81
+ appointCar: 0,
82
+ // 预约车
83
83
  tempCar: 0,
84
84
  // 临时车
85
85
  other: 0
86
86
  // 其他车
87
87
  });
88
88
  const commitmentInfos = ref([
89
- { title: "危化品车", key: "chemicalCar" },
90
- { title: "普通车", key: "normalCar" },
89
+ { title: "固定车", key: "fixCar" },
91
90
  { title: "临时车", key: "tempCar" },
91
+ { title: "预约车", key: "appointCar" },
92
92
  { title: "其他车", key: "other" }
93
93
  ]);
94
94
  async function getData() {