mirror of https://github.com/openspug/spug
U web improve experience
parent
18f5d07d76
commit
f2965dc86e
|
@ -15,7 +15,8 @@ class ComTable extends React.Component {
|
||||||
columns = [{
|
columns = [{
|
||||||
title: '序号',
|
title: '序号',
|
||||||
key: 'series',
|
key: 'series',
|
||||||
render: (_, __, index) => index + 1
|
render: (_, __, index) => index + 1,
|
||||||
|
width: 80
|
||||||
}, {
|
}, {
|
||||||
title: '类别',
|
title: '类别',
|
||||||
dataIndex: 'zone',
|
dataIndex: 'zone',
|
||||||
|
@ -30,7 +31,8 @@ class ComTable extends React.Component {
|
||||||
dataIndex: 'port'
|
dataIndex: 'port'
|
||||||
}, {
|
}, {
|
||||||
title: '备注',
|
title: '备注',
|
||||||
dataIndex: 'desc'
|
dataIndex: 'desc',
|
||||||
|
ellipsis: true
|
||||||
}, {
|
}, {
|
||||||
title: '操作',
|
title: '操作',
|
||||||
render: info => (
|
render: info => (
|
||||||
|
|
Loading…
Reference in New Issue