@ued_fpi/data-visual 1.4.1 → 1.4.3

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.
@@ -90,7 +90,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
90
90
  // 其他车
91
91
  });
92
92
  const commitmentInfos = vue.ref([
93
- { title: "危险化车", key: "chemicalCar" },
93
+ { title: "危化品车", key: "chemicalCar" },
94
94
  { title: "普通车", key: "normalCar" },
95
95
  { title: "临时车", key: "tempCar" },
96
96
  { title: "其他车", key: "other" }