review:【antd】【iot】设备管理(暂未彻底 review,等 product 搞完)

This commit is contained in:
YunaiV
2025-11-21 10:53:54 +08:00
parent 77afbe4d64
commit 543e48504b
5 changed files with 11 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ const viewMode = ref<'card' | 'list'>('card');
const cardViewRef = ref();
// Modal instances
// TODO @haohao这个界面等 product 改完,在一起看看怎么弄更好。
const [DeviceFormModal, deviceFormModalApi] = useVbenModal({
connectedComponent: DeviceForm,
destroyOnClose: true,