@@ -1460,27 +1460,27 @@ const projectDataRowClick = (row, column, event) => {
const domesticData = ref<any[]>([
{
index: 1,
- dept: '公滩',
+ dept: '公摊',
count: 13,
orig_value: 1506.88,
net_value: 559.95,
- orig_ratio: '3%'
+ orig_ratio: '2.77%'
},
index: 2,
dept: '新疆项目部',
count: 58,
orig_value: 5118.1,
- net_value: 1182.91,
- orig_ratio: '11%'
+ net_value: 1182.49,
+ orig_ratio: '9.40%'
index: 3,
dept: '青海项目',
count: 33,
- orig_value: 14082.33,
- net_value: 736.94,
- orig_ratio: '29%'
+ orig_value: 7004.23,
+ net_value: 1758.8,
+ orig_ratio: '12.86%'
index: 4,
@@ -1488,55 +1488,55 @@ const domesticData = ref<any[]>([
count: 49,
orig_value: 5273.54,
net_value: 683.58,
+ orig_ratio: '9.68%'
index: 5,
dept: '西南连油项目部',
count: 24,
- orig_value: 4070.12,
- net_value: 743.99,
- orig_ratio: '8%'
+ orig_value: 4059.36,
+ net_value: 743.24,
+ orig_ratio: '7.45%'
index: 6,
dept: '西南压裂项目部',
count: 47,
- orig_value: 14602.44,
- net_value: 6031.39,
- orig_ratio: '30'
+ orig_value: 14591.62,
+ net_value: 6030.84,
+ orig_ratio: '26.79%'
index: 7,
dept: '伊拉克 哈法亚连油',
count: 120,
orig_value: 694.78,
- net_value: 94.44,
- orig_ratio: '1%'
+ net_value: 91.26,
+ orig_ratio: '9.07%'
index: 8,
dept: '伊拉克 哈法亚压裂',
count: 132,
orig_value: 1008.92,
- net_value: 587.07,
- orig_ratio: '2%'
+ net_value: 575.91,
+ orig_ratio: '13.17%%'
index: 9,
dept: '伊拉克 B9增产',
count: 27,
orig_value: 304.72,
- net_value: 128.63,
+ net_value: 124.1,
+ orig_ratio: '3.98%'
index: 10,
dept: '利比亚连油8队',
count: 22,
orig_value: 2025.52,
- net_value: 1961.69,
- orig_ratio: '4%'
+ net_value: 1731.79,
+ orig_ratio: '4.85%'
}
])
@@ -166,7 +166,7 @@ const renderChart = (data: any[]) => {
type: 'value',
axisLabel: { color: '#D1D5DB' },
splitLine: {
- lineStyle: { color: '#374151', type: 'dashed', opacity: 0.5 } // 网格线稍微亮一点
+ lineStyle: { color: '#457794', type: 'dashed' } // 网格线稍微亮一点
series: fieldConfig.map((item, index) => {