Commit bc307bdf786fd904acc709df3aa9dcf0d0e0eba8
1 parent
879642ea
fix: camera manage list mode table column describe error
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -63,7 +63,7 @@ export const columns: BasicColumn[] = [ | @@ -63,7 +63,7 @@ export const columns: BasicColumn[] = [ | ||
63 | width: 160, | 63 | width: 160, |
64 | }, | 64 | }, |
65 | { | 65 | { |
66 | - title: '接受方式', | 66 | + title: '获取方式', |
67 | dataIndex: 'accessMode', | 67 | dataIndex: 'accessMode', |
68 | width: 100, | 68 | width: 100, |
69 | slots: { customRender: 'accessMode' }, | 69 | slots: { customRender: 'accessMode' }, |