-
-
-
- 名稱 |
- 點位 |
- 數值 |
-
-
-
-
- {{ point.full_name }} |
- {{ point.points }} |
- {{ point.value }} |
-
-
-
+
+
+
+
{{ props.data?.full_name }}
+
+
+
-
-
-
-
-
- 項目 |
- 內容 |
-
-
-
-
- 設備圖示 |
-
-
- |
-
-
-
-
-
-
+
+
+
+ {{ $t("rtsp.displayArea") }}
+
-
-
-
-
-
-
-
-
-
-
-
- 項目 |
- 內容 |
-
-
-
-
-
- {{ $t("assetManagement.device_number") }}
- |
- {{ props.data.device_number }} |
-
-
-
- {{ $t("assetManagement.device_name") }}
- |
- {{ props.data.full_name }} |
-
-
- {{ $t("assetManagement.floor") }} |
- {{ props.data.floor }} |
-
-
-
- {{ $t("assetManagement.device_coordinate") }}
- |
- {{ props.data.device_coordinate }} |
-
-
-
- {{ $t("assetManagement.brand_and_modal") }} |
- {{ props.data.brand }} / {{ props.data.device_model }} |
-
-
- {{ $t("assetManagement.company_and_contact") }} |
- {{ props.data.operation_name }} / {{ props.data.operation_contact_person }} |
-
-
- {{ $t("assetManagement.buying_date") }} |
- {{ props.data.buying_date }} |
-
-
- {{ $t("assetManagement.created_at") }} |
- {{ props.data.created_at }} |
-
-
-
-
-
-
+
diff --git a/src/views/dashboard/components/DashboardEmission.vue b/src/views/dashboard/components/DashboardEmission.vue
index 989f5b9..410d8b1 100644
--- a/src/views/dashboard/components/DashboardEmission.vue
+++ b/src/views/dashboard/components/DashboardEmission.vue
@@ -8,6 +8,7 @@ import useBuildingStore from "@/stores/useBuildingStore";
const store = useBuildingStore();
const { t, locale } = useI18n();
const taipower_data = ref([]);
+const elecUseDayData = ref([]);
const carbonValue = ref(null);
const carbonData = ref(null);
const search_data = computed(() => {
@@ -107,6 +108,7 @@ watch(
JSON.stringify(newValue) !== JSON.stringify(oldValue)
) {
getData(newValue);
+ getElecUseDayData(newValue);
}
},
{
diff --git a/src/views/rtsp/Rtsp.vue b/src/views/rtsp/Rtsp.vue
new file mode 100644
index 0000000..0609e29
--- /dev/null
+++ b/src/views/rtsp/Rtsp.vue
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+
+ {{ $t("rtsp.displayArea") }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/components/SystemInfoModalImage.vue b/src/views/system/components/SystemInfoModalImage.vue
index c8e6cab..acdc04e 100644
--- a/src/views/system/components/SystemInfoModalImage.vue
+++ b/src/views/system/components/SystemInfoModalImage.vue
@@ -20,7 +20,7 @@ watch(
-
+