Commit 5259303edb42cd08ef481b39f9edb640b5399bc0

Authored by fengwotao
1 parent d108e1e2

perf: 视频设备离线状态颜色统一为红色

... ... @@ -55,7 +55,7 @@ export const configColumns: BasicColumn[] = [
55 55 return h(
56 56 Tag,
57 57 {
58   - color: text === ChannelStatusEnum.ONLINE ? 'green' : 'blue',
  58 + color: text === ChannelStatusEnum.ONLINE ? 'green' : 'red',
59 59 },
60 60 () => (text === ChannelStatusEnum.ONLINE ? '在线' : '离线')
61 61 );
... ...