Showing
1 changed file
with
0 additions
and
1 deletions
... | ... | @@ -219,7 +219,6 @@ export const searchFormSchema: FormSchema[] = [ |
219 | 219 | { label: '待激活', value: DeviceState.INACTIVE }, |
220 | 220 | { label: '在线', value: DeviceState.ONLINE }, |
221 | 221 | { label: '离线', value: DeviceState.OFFLINE }, |
222 | - { label: '活动', value: DeviceState.ACTIVE }, | |
223 | 222 | ], |
224 | 223 | placeholder: '请选择设备状态', |
225 | 224 | }, | ... | ... |