物联设备更换区域,与设备预览中的BUG处理,

This commit is contained in:
曹磊 2026-04-27 17:48:54 +08:00
parent 825447f9ce
commit e33d5c2485
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@
},
{
label: '绑定区域',
onClick: handleDeviceGh.bind(null, record,"绑定"),
onClick: handleDeviceGh.bind(null, record,"绑定区域"),
ifShow: record.onlineStatus!='待集成' && record.dimension == '区域维度' && record.nuId == null
},
{

View File

@ -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 } });