物联设备更换区域,与设备预览中的BUG处理,
This commit is contained in:
parent
825447f9ce
commit
e33d5c2485
|
|
@ -192,7 +192,7 @@
|
|||
},
|
||||
{
|
||||
label: '绑定区域',
|
||||
onClick: handleDeviceGh.bind(null, record,"绑定"),
|
||||
onClick: handleDeviceGh.bind(null, record,"绑定区域"),
|
||||
ifShow: record.onlineStatus!='待集成' && record.dimension == '区域维度' && record.nuId == null
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ const formData = reactive<Record<string, any>>({
|
|||
factory: undefined,
|
||||
sn: undefined,
|
||||
ywId: undefined,
|
||||
optType: '换绑'
|
||||
optType: '更换'
|
||||
});
|
||||
const { createMessage } = useMessage();
|
||||
const labelCol = ref<any>({ xs: { span: 24 }, sm: { span: 5 } });
|
||||
|
|
|
|||
Loading…
Reference in New Issue