Showing
1 changed file
with
2 additions
and
2 deletions
@@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
41 | const disabled = ref<boolean>(true); | 41 | const disabled = ref<boolean>(true); |
42 | const viewDeviceColumn: BasicColumn[] = [ | 42 | const viewDeviceColumn: BasicColumn[] = [ |
43 | { | 43 | { |
44 | - title: 'Frp连接状态', | 44 | + title: '远程连接状态', |
45 | dataIndex: 'status', | 45 | dataIndex: 'status', |
46 | width: 80, | 46 | width: 80, |
47 | customRender: ({ record }) => { | 47 | customRender: ({ record }) => { |
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | }, | 52 | }, |
53 | }, | 53 | }, |
54 | { | 54 | { |
55 | - title: '远程连接', | 55 | + title: '允许远程连接', |
56 | dataIndex: 'enableRemote', | 56 | dataIndex: 'enableRemote', |
57 | width: 80, | 57 | width: 80, |
58 | slots: { customRender: 'status' }, | 58 | slots: { customRender: 'status' }, |