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
bc307bdf786fd904acc709df3aa9dcf0d0e0eba8
Authored by
ww
2022-10-13 16:39:04 +0800
1 parent
879642ea
fix: camera manage list mode table column describe error
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/camera/manage/config.data.ts
src/views/camera/manage/config.data.ts
View file @
bc307bd
...
...
@@ -63,7 +63,7 @@ export const columns: BasicColumn[] = [
63
63
width: 160,
64
64
},
65
65
{
66
-
title: '
接受
方式',
66
+
title: '
获取
方式',
67
67
dataIndex: 'accessMode',
68
68
width: 100,
69
69
slots: { customRender: 'accessMode' },
...
...