Commit ccb79a8f0752c45736eaa01add5aaeaf4b64a408
Committed by
xp.Huang
1 parent
2bfdeb18
perf: 设备详情里面的视频通道,表格新增一列,国标编号
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -23,6 +23,10 @@ export const configColumns: BasicColumn[] = [ | @@ -23,6 +23,10 @@ export const configColumns: BasicColumn[] = [ | ||
23 | dataIndex: 'channelId', | 23 | dataIndex: 'channelId', |
24 | }, | 24 | }, |
25 | { | 25 | { |
26 | + title: '国标编号', | ||
27 | + dataIndex: 'cameraCode', | ||
28 | + }, | ||
29 | + { | ||
26 | title: '通道名称', | 30 | title: '通道名称', |
27 | dataIndex: 'name', | 31 | dataIndex: 'name', |
28 | }, | 32 | }, |