Commit e7aed28e45c1685a3313a4d00ccffa00e2b320a3

Authored by fengtao
1 parent 87518d08

pref:优化TBox文字

@@ -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' },