Showing
2 changed files
with
5 additions
and
5 deletions
| ... | ... | @@ -22,25 +22,25 @@ export const columns: BasicColumn[] = [ |
| 22 | 22 | width: 90, |
| 23 | 23 | }, |
| 24 | 24 | { |
| 25 | - title: '传输方式', | |
| 25 | + title: '接入协议', | |
| 26 | 26 | dataIndex: 'transportType', |
| 27 | 27 | width: 90, |
| 28 | 28 | }, |
| 29 | 29 | { |
| 30 | 30 | title: '默认配置', |
| 31 | 31 | dataIndex: 'default', |
| 32 | - width: 50, | |
| 32 | + width: 80, | |
| 33 | 33 | format: (text) => (text ? '是' : '否'), |
| 34 | 34 | }, |
| 35 | 35 | { |
| 36 | 36 | title: '描述', |
| 37 | 37 | dataIndex: 'description', |
| 38 | - width: 100, | |
| 38 | + width: 90, | |
| 39 | 39 | }, |
| 40 | 40 | { |
| 41 | 41 | title: '创建时间', |
| 42 | 42 | dataIndex: 'createTime', |
| 43 | - width: 100, | |
| 43 | + width: 120, | |
| 44 | 44 | }, |
| 45 | 45 | ]; |
| 46 | 46 | ... | ... |