Commit a467ac27d9fcef2b9e3ee766282b3997c33e4450

Authored by xp.Huang
2 parents c52960c7 6f7fe39e

Merge branch 'perf/cloud/08-07' into 'main_dev'

perf: 云端环境中,设备状态筛选去掉活动

See merge request yunteng/thingskit-front!1440
... ... @@ -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 },
... ...