-
-
{
- // TODO: 打开设备选择弹窗
- toast({ title: '设备选择功能开发中' });
- }}
- readOnly
- />
+ {currentStep === 2 && (
+
+
+
+ {
+ // TODO: 打开设备选择弹窗
+ toast({ title: '设备选择功能开发中' });
+ }}
+ readOnly
+ />
+
+
+ {formData.selectedDevices.length > 0 && (
+
已选设备:{formData.selectedDevices.length} 个
+ )}
+
+
+
+
+
+ )}
- {formData.selectedDevices.length > 0 && (
-
已选设备:{formData.selectedDevices.length} 个
- )}
+ {currentStep === 3 && (
+
+
+
+ {
+ // TODO: 打开内容库选择弹窗
+ toast({ title: '内容库选择功能开发中' });
+ }}
+ readOnly
+ />
+
-
-
-
+ {formData.selectedLibraries.length > 0 && (
+
已选内容库:{formData.selectedLibraries.join(', ')}
+ )}
+
+
+
+
+
-
- )}
-
- {currentStep === 3 && (
-
-
-
- {
- // TODO: 打开内容库选择弹窗
- toast({ title: '内容库选择功能开发中' });
- }}
- readOnly
- />
-
-
- {formData.selectedLibraries.length > 0 && (
-
已选内容库:{formData.selectedLibraries.join(', ')}
- )}
-
-
-
-
-
-
- )}
+ )}
+