From 425e5af3529d0de00ae54e370cf9ed7bc6a5307d Mon Sep 17 00:00:00 2001 From: liutao <790864623@qq.com> Date: Tue, 31 Mar 2026 11:02:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BA=A7=E7=BA=BF=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=94=BE=E5=A4=A7=E7=BC=A9=E5=B0=8F=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboardPage/dashboard1/components/DashboardHeader.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/report/dashboardPage/dashboard1/components/DashboardHeader.vue b/src/views/report/dashboardPage/dashboard1/components/DashboardHeader.vue index e61c8a5b..2fdc6fd6 100644 --- a/src/views/report/dashboardPage/dashboard1/components/DashboardHeader.vue +++ b/src/views/report/dashboardPage/dashboard1/components/DashboardHeader.vue @@ -51,6 +51,7 @@ 返回 --> +
@@ -68,7 +69,7 @@ import { ref, onMounted, onUnmounted, watch } from 'vue' import { useRouter } from 'vue-router' import { useI18n } from '@/hooks/web/useI18n' import { useLocaleStore } from '@/store/modules/locale' - +import { Screenfull } from '@/layout/components/Screenfull' const router = useRouter() const { t } = useI18n('ReportDashboard') const localeStore = useLocaleStore() From 4ec226416bd9b481ce234fb6ca4f0f7f0c298efe Mon Sep 17 00:00:00 2001 From: liutao <790864623@qq.com> Date: Thu, 2 Apr 2026 13:39:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=87=87=E9=9B=86=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E4=B9=9D=E5=AE=AB=E6=A0=BC=E5=A2=9E=E5=8A=A0=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.ts | 4 +- src/views/iot/device/detailForm.vue | 902 ++++++++++++++++++++++++++++ src/views/iot/device/index.vue | 27 +- 3 files changed, 928 insertions(+), 5 deletions(-) create mode 100644 src/views/iot/device/detailForm.vue diff --git a/src/locales/en.ts b/src/locales/en.ts index c039d4f7..aa500249 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -544,8 +544,8 @@ export default { small: 'Small' }, home:{ - welcome: 'Welcome to use the Bishuo Digital Intelligent Central Control Platform', - message: 'The Bishuo Digital Intelligent Central Control Platform takes production operation as the core, uniformly integrating key business modules such as production planning, data collection, warehousing, equipment, energy, molds, quality, formulas and report analysis, to achieve full-process digital management from planning to execution, from equipment to products, and from data to decision-making.', + welcome: 'Welcome to use the Besure Digital Intelligent Central Control Platform', + message: 'The Besure Digital Intelligent Central Control Platform takes production operation as the core, uniformly integrating key business modules such as production planning, data collection, warehousing, equipment, energy, molds, quality, formulas and report analysis, to achieve full-process digital management from planning to execution, from equipment to products, and from data to decision-making.', productTitle:'Overall production overview', placeholderCreateTimeStart: 'Start Date', placeholderCreateTimeEnd: 'End Date', diff --git a/src/views/iot/device/detailForm.vue b/src/views/iot/device/detailForm.vue new file mode 100644 index 00000000..dc3e160a --- /dev/null +++ b/src/views/iot/device/detailForm.vue @@ -0,0 +1,902 @@ + + diff --git a/src/views/iot/device/index.vue b/src/views/iot/device/index.vue index ce699d16..221e45c9 100644 --- a/src/views/iot/device/index.vue +++ b/src/views/iot/device/index.vue @@ -202,8 +202,11 @@ v-for="(item, index) in list" :key="item.id || index" class="grid-card" - @click="handleShowAttribute(item)" + @click="openDetailForm(item?.id,item?.deviceName)" > + +
@@ -269,7 +272,7 @@ - +