da-xian 2 weeks ago
parent
commit
c0a9f87fca
2 changed files with 3 additions and 3 deletions
  1. 2 2
      vue/src/views/wellinfo/columns.ts
  2. 1 1
      vue/src/views/wellinfo/detail.vue

+ 2 - 2
vue/src/views/wellinfo/columns.ts

@@ -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},

+ 1 - 1
vue/src/views/wellinfo/detail.vue

@@ -403,7 +403,7 @@ export default defineComponent({
 
     const boreholeInterColumns: any = ref(defaultBoreholeInterColumns.value);
     const checkedBoreholeInterCheckboxList: any = ref([]);
-    const boreholeInterCheckboxOptions: any = ref(["clo1","clo2"]);
+    const boreholeInterCheckboxOptions: any = ref(["更多1","更多2"]);
     watch(
         () => checkedBoreholeInterCheckboxList.value,
         val => {