|
@@ -14,7 +14,7 @@ export const defaultBoreholeInterColumns = ref(
|
|
|
{title: '声波时差', dataIndex: 'sonic_differential_time', key: 'sonic_differential_time', resizable: true, width: 120},
|
|
|
{title: '中子', dataIndex: 'compensated_neutron', key: 'compensated_neutron', resizable: true, width: 120}
|
|
|
]);
|
|
|
-export const otherBoreholeInterColumns = ref([{key:"clo1", list:[{title: '浅电阻率', dataIndex: 'laterolog_shallow', key: 'laterolog_shallow', resizable: true, width: 120},
|
|
|
+export const otherBoreholeInterColumns = ref([{key:"更多1", list:[{title: '浅电阻率', dataIndex: 'laterolog_shallow', key: 'laterolog_shallow', resizable: true, width: 120},
|
|
|
{title: '深电阻率', dataIndex: 'laterolog_deep', key: 'laterolog_deep', resizable: true, width: 120},
|
|
|
{title: '冲洗带电阻率', dataIndex: 'laterolog_flushed_zone', key: 'laterolog_flushed_zone', resizable: true, width: 120},
|
|
|
{title: '密度孔隙度', dataIndex: 'density_porosity', key: 'density_porosity', resizable: true, width: 120},
|
|
@@ -23,7 +23,7 @@ export const otherBoreholeInterColumns = ref([{key:"clo1", list:[{title: '浅电
|
|
|
{title: '有效孔隙度', dataIndex: 'effective_porosity', key: 'effective_porosity', resizable: true, width: 120},
|
|
|
{title: '总孔隙度', dataIndex: 'total_porosity', key: 'total_porosity', resizable: true, width: 120},
|
|
|
{title: '渗透率', dataIndex: 'permeability', key: 'permeability', resizable: true, width: 120},
|
|
|
- ]}, {key:"clo2", list:[{title: '含油气饱和度', dataIndex: 'oil_gas_saturation', key: 'oil_gas_saturation', resizable: true, width: 120},
|
|
|
+ ]}, {key:"更多2", list:[{title: '含油气饱和度', dataIndex: 'oil_gas_saturation', key: 'oil_gas_saturation', resizable: true, width: 120},
|
|
|
{title: '束缚水饱和度', dataIndex: 'irreducible_water_saturation', key: 'irreducible_water_saturation', resizable: true, width: 120},
|
|
|
{title: '泥质含量', dataIndex: 'shale_content', key: 'shale_content', resizable: true, width: 120},
|
|
|
{title: '砂质含量', dataIndex: 'sandy_content', key: 'sandy_content', resizable: true, width: 120},
|