|
@@ -453,7 +453,7 @@ export const dataDltColumns = [
|
|
|
align: 'center',
|
|
|
dataIndex: 'key',
|
|
|
key: 'key',
|
|
|
- width: 200,
|
|
|
+ width: 130,
|
|
|
customRender: ({ text }) => fieldDltMapping[text] || text,
|
|
|
},
|
|
|
{
|
|
@@ -464,7 +464,7 @@ export const dataDltColumns = [
|
|
|
key: 'value',
|
|
|
},
|
|
|
{
|
|
|
- width: 100,
|
|
|
+ width: 130,
|
|
|
align: 'center',
|
|
|
title: '监测地点',
|
|
|
dataIndex: 'jcdd',
|
|
@@ -592,7 +592,7 @@ export const AllDataDltColumns = [
|
|
|
align: 'center',
|
|
|
dataIndex: 'key',
|
|
|
key: 'key',
|
|
|
- width: 200,
|
|
|
+ width: 130,
|
|
|
customRender: ({ text }) => fieldDltMapping[text] || text,
|
|
|
},
|
|
|
{
|
|
@@ -603,7 +603,7 @@ export const AllDataDltColumns = [
|
|
|
key: 'value',
|
|
|
},
|
|
|
{
|
|
|
- width: 100,
|
|
|
+ width: 130,
|
|
|
align: 'center',
|
|
|
title: '监测地点',
|
|
|
dataIndex: 'jcdd',
|