Compare commits

...

4 Commits

Author SHA1 Message Date
BianLzhaoMin d2164f3287 代码合并 2024-08-05 15:16:17 +08:00
BianLzhaoMin 005fea2b88 代码合并 2024-08-05 15:15:25 +08:00
BianLzhaoMin cec0148f28 代码合并 2024-08-05 15:14:24 +08:00
BianLzhaoMin 2d9eb46f38 代码合并 2024-08-05 15:13:53 +08:00
1 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<!-- 编码设备管理 -->
<div class="app-container" id="devices">
<div class="app-container" id="devices" v-if="!props.isShow">
<el-form
:model="queryParams"
ref="queryForm"
@ -513,6 +513,10 @@
<!-- <el-button type="primary" @click="downloadCode"> </el-button> -->
</div>
</el-dialog>
<MapDialog ref="mapDialog" @getList="getList" />
</div>
<div v-else>
<BindIOT :props="props" />
</div>
</template>
@ -534,12 +538,22 @@ import Treeselect from '@riophae/vue-treeselect'
import '@riophae/vue-treeselect/dist/vue-treeselect.css'
import QRCode from 'qrcodejs2'
import BindIOT from './component/BindIOT'
import MapDialog from './component/MapDIalog'
export default {
name: 'Devices',
dicts: ['sys_normal_disable'],
components: { Treeselect },
data() {
return {
openMap: false,
isShow: false,
props: {
isShow: false,
typeId: '',
maCode: '',
},
//
loading: true,
//