sctj-components 1.0.31 → 1.0.33
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.
- package/lib/sctj-components.es.js +7 -5
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -2513,7 +2513,7 @@ const _sfc_main$d = {
|
|
|
2513
2513
|
};
|
|
2514
2514
|
}
|
|
2515
2515
|
};
|
|
2516
|
-
const
|
|
2516
|
+
const index_vue_vue_type_style_index_0_scoped_48dc11be_lang = "";
|
|
2517
2517
|
const _hoisted_1$9 = { class: "table-page-container" };
|
|
2518
2518
|
const _hoisted_2$7 = { style: { "flex": "1", "height": "0" } };
|
|
2519
2519
|
const _sfc_main$c = {
|
|
@@ -2563,7 +2563,7 @@ const _sfc_main$c = {
|
|
|
2563
2563
|
};
|
|
2564
2564
|
}
|
|
2565
2565
|
};
|
|
2566
|
-
const SCTJTablePageContainer = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
2566
|
+
const SCTJTablePageContainer = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-48dc11be"]]);
|
|
2567
2567
|
const index_vue_vue_type_style_index_0_scoped_6e30b57f_lang = "";
|
|
2568
2568
|
const _hoisted_1$8 = {
|
|
2569
2569
|
key: 0,
|
|
@@ -5136,8 +5136,8 @@ const _sfc_main$4 = {
|
|
|
5136
5136
|
}
|
|
5137
5137
|
};
|
|
5138
5138
|
const SCTJMapViewer = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-23f6e80a"]]);
|
|
5139
|
-
const
|
|
5140
|
-
const _withScopeId$1 = (n) => (pushScopeId("data-v-
|
|
5139
|
+
const index_vue_vue_type_style_index_0_scoped_761d2ab4_lang = "";
|
|
5140
|
+
const _withScopeId$1 = (n) => (pushScopeId("data-v-761d2ab4"), n = n(), popScopeId(), n);
|
|
5141
5141
|
const _hoisted_1$1 = {
|
|
5142
5142
|
key: 0,
|
|
5143
5143
|
class: "btn-container"
|
|
@@ -5649,6 +5649,7 @@ const _sfc_main$3 = {
|
|
|
5649
5649
|
localMarkers.value.push({ obj: markerObj, position: marker, type: "marker" });
|
|
5650
5650
|
});
|
|
5651
5651
|
realPolylines.value.forEach((polyline) => {
|
|
5652
|
+
console.log("polyline", polyline);
|
|
5652
5653
|
const path = polyline.map((point) => {
|
|
5653
5654
|
const [lng, lat] = point.split(",").map(Number);
|
|
5654
5655
|
return new AMap2.LngLat(lng, lat);
|
|
@@ -5663,6 +5664,7 @@ const _sfc_main$3 = {
|
|
|
5663
5664
|
localPolylines.value.push({ obj: polylineObj, path: polyline, type: "polyline" });
|
|
5664
5665
|
});
|
|
5665
5666
|
realPolygons.value.forEach((polygon) => {
|
|
5667
|
+
console.log("polygon", polygon);
|
|
5666
5668
|
const path = polygon.map((point) => {
|
|
5667
5669
|
const [lng, lat] = point.split(",").map(Number);
|
|
5668
5670
|
return new AMap2.LngLat(lng, lat);
|
|
@@ -6728,7 +6730,7 @@ const _sfc_main$3 = {
|
|
|
6728
6730
|
};
|
|
6729
6731
|
}
|
|
6730
6732
|
};
|
|
6731
|
-
const SCTJMapDrawingDialog = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
6733
|
+
const SCTJMapDrawingDialog = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-761d2ab4"]]);
|
|
6732
6734
|
const index_vue_vue_type_style_index_0_scoped_d0bea808_lang = "";
|
|
6733
6735
|
const _withScopeId = (n) => (pushScopeId("data-v-d0bea808"), n = n(), popScopeId(), n);
|
|
6734
6736
|
const _hoisted_1 = {
|