From 53107ca921c6608329c622a459fd03e123423c74 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Mon, 5 Aug 2024 13:37:12 +0800
Subject: [PATCH] =?UTF-8?q?IOT=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sgzb-ui/src/views/iotDevice/config.js | 20 ++
sgzb-ui/src/views/iotDevice/index.vue | 254 ++++++++++++++++++++++++++
sgzb-ui/vue.config.js | 3 +-
3 files changed, 276 insertions(+), 1 deletion(-)
create mode 100644 sgzb-ui/src/views/iotDevice/config.js
create mode 100644 sgzb-ui/src/views/iotDevice/index.vue
diff --git a/sgzb-ui/src/views/iotDevice/config.js b/sgzb-ui/src/views/iotDevice/config.js
new file mode 100644
index 00000000..70cb8ce4
--- /dev/null
+++ b/sgzb-ui/src/views/iotDevice/config.js
@@ -0,0 +1,20 @@
+export const dialogConfig = {
+ outerWidth: '70%',
+ outerTitle: '',
+ outerVisible: false,
+ handleColShow: false, // 是否显示操作列
+ pageShow: true, // 是否显示分页组件
+ isSelShow: false,// 表格是否需要复选框
+ isFormShow: true, // 是否显示表单查询组件
+ formLabel: [
+ { f_label: '关键字', f_model: 'keywords', f_type: 'ipt' },
+ ],
+
+ columnsList: [
+ { t_width: '', t_props: 'machineTypeName', t_label: '绑定设备名称' },
+ { t_width: '', t_props: 'specificationType', t_label: '设备编号' },
+ { t_width: '', t_props: 'maCode', t_label: '绑定时间' },
+ { t_width: '', t_props: 'scrapNum', t_label: '解绑时间' },
+ ],
+
+}
\ No newline at end of file
diff --git a/sgzb-ui/src/views/iotDevice/index.vue b/sgzb-ui/src/views/iotDevice/index.vue
new file mode 100644
index 00000000..1532f8ea
--- /dev/null
+++ b/sgzb-ui/src/views/iotDevice/index.vue
@@ -0,0 +1,254 @@
+
+
+
+
+
+
+
+
+ 搜索
+ 添加设备
+ 下载二维码
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 记录
+ 删除
+ 解绑
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确 定
+ 取 消
+
+
+
+
+
+
+
+
+
diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js
index fbf79469..52b59c1e 100644
--- a/sgzb-ui/vue.config.js
+++ b/sgzb-ui/vue.config.js
@@ -45,9 +45,10 @@ module.exports = {
// target: `http://192.168.2.134:28080`, //超
// target: `http://10.40.92.81:28080`, //韩/
- target: `http://192.168.2.82:28080`,//旭/
+ // target: `http://192.168.2.82:28080`,//旭/
// target: `http://192.168.2.248:28080`, //帅
// target: `http://192.168.2.209:28080`, //福
+ target: `http://192.168.2.114:39080`, //福
//******** 注意事项 ********* */
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;