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