|
@@ -112,10 +112,6 @@
|
|
|
<a-descriptions-item label="完钻层位:">{{ dataModel.completion_formation }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="完井方式:">{{ dataModel.completion_method }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="生产井段:">{{ dataModel.well_production_sections }}</a-descriptions-item>
|
|
|
- <a-descriptions-item label="T₇⁴顶深:">{{
|
|
|
- dataModel.t74_top_depth == null ? "" : (dataModel.t74_top_depth + "m")
|
|
|
- }}
|
|
|
- </a-descriptions-item>
|
|
|
<a-descriptions-item label="造斜点:">{{
|
|
|
dataModel.ko_azimuth == null ? "" : (dataModel.ko_azimuth + "m")
|
|
|
}}
|
|
@@ -187,9 +183,10 @@
|
|
|
<a-descriptions-item label="标准作业区名:">{{ dataModel.bz_dwmc }}</a-descriptions-item>
|
|
|
</a-descriptions>
|
|
|
</div>
|
|
|
- <div style="flex:1;">
|
|
|
- <a-divider type="vertical" class="info-title" style="margin-top: 0px" dashed>井身结构图片</a-divider>
|
|
|
- <ChartImage ref="chartImageRef" style="margin-left: 10px"></ChartImage>
|
|
|
+ <div id="jsjgtp" style="flex:1;">
|
|
|
+ <a-divider type="vertical" class="info-title" style="margin-top: 0px" dashed>
|
|
|
+ 井身结构图片({{ dataModel.well_common_name }})</a-divider>
|
|
|
+ <ChartImage ref="chartImageRef" :wellname="dataModel.well_common_name" style="margin-left: 10px"></ChartImage>
|
|
|
|
|
|
<a-divider type="vertical" class="info-title" dashed>相关文档</a-divider>
|
|
|
<div style="margin-left:10px;border:1px solid #f0f0f0;padding:5px;">
|
|
@@ -629,6 +626,7 @@ export default defineComponent({
|
|
|
{id: '#jsjj', title: '井史简介', content: '井史简介'},
|
|
|
{id: '#scdt', title: '生产动态', content: '生产动态'},
|
|
|
{id: '#jbxx', title: '基本信息', content: '基本信息'},
|
|
|
+ {id: '#jsjgtp', title: '井身结构图片', content: '井身结构图片'},
|
|
|
{id: '#csls', title: '测试历史', content: '测试历史'},
|
|
|
{id: '#fxhy', title: '分析化验', content: '分析化验'},
|
|
|
{id: '#zyjs', title: '作业简史(业务过程)', content: '作业简史(业务过程)'},
|