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;