|
@@ -303,8 +303,10 @@ const playVideo = (video: VideoItem) => {
|
|
|
<div className="flex items-center gap-2">
|
|
<div className="flex items-center gap-2">
|
|
|
<span className="text-gray-600">近期未使用:</span>
|
|
<span className="text-gray-600">近期未使用:</span>
|
|
|
<Select
|
|
<Select
|
|
|
|
|
+ placeholder="选择近期未使用"
|
|
|
style={{ width: 120 }}
|
|
style={{ width: 120 }}
|
|
|
value={recentNotUsed}
|
|
value={recentNotUsed}
|
|
|
|
|
+ allowClear
|
|
|
onChange={onRecentNotUsedChange}
|
|
onChange={onRecentNotUsedChange}
|
|
|
options={enumToOptions(RecentNotUsedType)}
|
|
options={enumToOptions(RecentNotUsedType)}
|
|
|
/>
|
|
/>
|