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