Compare commits
2 Commits
2d1d3a41a8
...
1c8419569e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c8419569e | ||
|
|
822519dbb6 |
@@ -53,13 +53,15 @@ export const tableConfig = (orgId) => {
|
|||||||
{
|
{
|
||||||
title: '设备一级区域',
|
title: '设备一级区域',
|
||||||
dataIndex: 'device1Area',
|
dataIndex: 'device1Area',
|
||||||
textNumber: 5,
|
textWidth: 88,
|
||||||
|
// width: 130,
|
||||||
textEllipsis: true,
|
textEllipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '设备二级区域',
|
title: '设备二级区域',
|
||||||
dataIndex: 'device2Area',
|
dataIndex: 'device2Area',
|
||||||
textNumber: 5,
|
textWidth: 88,
|
||||||
|
// width: 130,
|
||||||
textEllipsis: true,
|
textEllipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -91,7 +93,8 @@ export const tableConfig = (orgId) => {
|
|||||||
{
|
{
|
||||||
title: '设备描述',
|
title: '设备描述',
|
||||||
dataIndex: 'deviceDesc',
|
dataIndex: 'deviceDesc',
|
||||||
textNumber: 5,
|
textWidth: 88,
|
||||||
|
|
||||||
textEllipsis: true,
|
textEllipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user