Commit e7aed28e45c1685a3313a4d00ccffa00e2b320a3

Authored by fengtao
1 parent 87518d08

pref:优化TBox文字

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