|
@@ -1,20 +1,23 @@
|
|
|
import {ref} from 'vue';
|
|
|
|
|
|
-export const defaultBoreholeInterColumns = ref(
|
|
|
+export const boreholeInterColumns = ref(
|
|
|
[{title: '层号(序号)', dataIndex: 'zone_no', key: 'zone_no', resizable: true, width: 120},
|
|
|
{title: '裸眼井解释成果类型', dataIndex: 'borehole_inter_type_name', key: 'borehole_inter_type_name', resizable: true, width: 120},
|
|
|
{title: '起始深度', dataIndex: 'start_depth', key: 'start_depth', resizable: true, width: 120},
|
|
|
{title: '终止深度', dataIndex: 'end_depth', key: 'end_depth', resizable: true, width: 120},
|
|
|
{title: '厚度', dataIndex: 'thickness', key: 'thickness', resizable: true, width: 120},
|
|
|
+ {title: '解释结论', dataIndex: 'interpretation_result', key: 'interpretation_result', resizable: true, width: 120},
|
|
|
+ {title: '创建/更新日期', dataIndex: 'update_date', key: 'update_date', resizable: true, width: 120, customRender: ({record}) => {
|
|
|
+ return record.update_date == null ? record.create_date : record.update_date;}
|
|
|
+ },
|
|
|
{title: '岩性类型', dataIndex: 'lithology_class', key: 'lithology_class', resizable: true, width: 120},
|
|
|
{title: '自然电位', dataIndex: 'spontaneous_potential', key: 'spontaneous_potential', resizable: true, width: 120},
|
|
|
{title: '自然伽马', dataIndex: 'sp_gamma_radiant_intensity', key: 'sp_gamma_radiant_intensity', resizable: true, width: 120},
|
|
|
{title: '井径', dataIndex: 'well_diameter', key: 'well_diameter', resizable: true, width: 120},
|
|
|
- {title: '体积密度', dataIndex: 'formation_volume_density', key: 'formation_volume_density', resizable: true, width: 120},
|
|
|
+ {title: '体积密度', dataIndex: 'fofilterColumnsrmation_volume_density', key: 'formation_volume_density', resizable: true, width: 120},
|
|
|
{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:"更多1", list:[{title: '浅电阻率', dataIndex: 'laterolog_shallow', key: 'laterolog_shallow', resizable: true, width: 120},
|
|
|
+ {title: '中子', dataIndex: 'compensated_neutron', key: 'compensated_neutron', resizable: true, width: 120},
|
|
|
+ {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 +26,7 @@ export const otherBoreholeInterColumns = ref([{key:"更多1", 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:"更多2", list:[{title: '含油气饱和度', dataIndex: 'oil_gas_saturation', key: 'oil_gas_saturation', resizable: true, width: 120},
|
|
|
+ {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},
|
|
@@ -31,17 +34,10 @@ export const otherBoreholeInterColumns = ref([{key:"更多1", list:[{title: '浅
|
|
|
{title: '白云质含量', dataIndex: 'dolomitic_content', key: 'dolomitic_content', resizable: true, width: 120},
|
|
|
{title: '碳酸盐岩含量', dataIndex: 'carbonate_content', key: 'carbonate_content', resizable: true, width: 120},
|
|
|
{title: '指标类型', dataIndex: 'idx_type', key: 'idx_type', resizable: true, width: 120},
|
|
|
- {title: '解释结论', dataIndex: 'interpretation_result', key: 'interpretation_result', resizable: true, width: 120},
|
|
|
{title: '垂深顶深', dataIndex: 'start_tvd', key: 'start_tvd', resizable: true, width: 120},
|
|
|
{title: '垂深底深', dataIndex: 'end_tvd', key: 'end_tvd', resizable: true, width: 120},
|
|
|
{title: '垂深层厚 ', dataIndex: 'tvd_thickness', key: 'tvd_thickness', resizable: true, width: 120},
|
|
|
- {title: '备注', dataIndex: 'remarks', key: 'remarks', resizable: true, width: 120},
|
|
|
- {
|
|
|
- title: '创建/更新日期', dataIndex: 'update_date', key: 'update_date', resizable: true, width: 120, customRender: ({record}) => {
|
|
|
- return record.update_date == null ? record.create_date : record.update_date;
|
|
|
- }
|
|
|
- }
|
|
|
-]}]);
|
|
|
+ {title: '备注', dataIndex: 'remarks', key: 'remarks', resizable: true, width: 120}]);
|
|
|
export const testHistoryColumns = ref([
|
|
|
{title: '测试日期', dataIndex: 'testing_date', key: 'testing_date', resizable: true, width: 120},
|
|
|
{title: '内容描述', dataIndex: 'construction_description', key: 'construction_description', resizable: true},
|