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] =?UTF-8?q?=E9=87=87=E9=9B=86=E8=AE=BE=E5=A4=87=E4=B9=9D?= =?UTF-8?q?=E5=AE=AB=E6=A0=BC=E5=A2=9E=E5=8A=A0=E5=BC=B9=E5=87=BA=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 @@