Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
ccb79a8f0752c45736eaa01add5aaeaf4b64a408
Authored by
fengtao
2024-02-26 11:16:39 +0000
Committed by
xp.Huang
2024-02-26 11:16:39 +0000
1 parent
2bfdeb18
perf: 设备详情里面的视频通道,表格新增一列,国标编号
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/views/device/list/cpns/tabs/VideoChannel/config.ts
src/views/device/list/cpns/tabs/VideoChannel/config.ts
View file @
ccb79a8
...
...
@@ -23,6 +23,10 @@ export const configColumns: BasicColumn[] = [
23
23
dataIndex: 'channelId',
24
24
},
25
25
{
26
+
title: '国标编号',
27
+
dataIndex: 'cameraCode',
28
+
},
29
+
{
26
30
title: '通道名称',
27
31
dataIndex: 'name',
28
32
},
...
...