Commit 344e397f by zhaopanyu

zpy

parent 8b364239
...@@ -13,9 +13,12 @@ ...@@ -13,9 +13,12 @@
<el-tab-pane label="地层岩石数据强度分析" name="formationAnalysis"> <el-tab-pane label="地层岩石数据强度分析" name="formationAnalysis">
<formation-analysis v-if="activeTab === 'formationAnalysis'" :jh="wellInfo.jh" /> <formation-analysis v-if="activeTab === 'formationAnalysis'" :jh="wellInfo.jh" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="钻头设计参数推荐" name="bitDesign"> <el-tab-pane label="数推荐" name="bitDesign">
<bit-design v-if="activeTab === 'bitDesign'" :well-info="wellInfo" /> <bit-design v-if="activeTab === 'bitDesign'" :well-info="wellInfo" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="智能推荐" name="bitDesigns">
<BitDesigns v-if="activeTab === 'bitDesigns'" :well-info="wellInfo" />
</el-tab-pane>
</el-tabs> </el-tabs>
</div> </div>
</template> </template>
...@@ -25,6 +28,7 @@ import WellStructure from './components/WellStructure.vue' ...@@ -25,6 +28,7 @@ import WellStructure from './components/WellStructure.vue'
import AdjacentWell from './components/AdjacentWell.vue' import AdjacentWell from './components/AdjacentWell.vue'
import FormationAnalysis from './components/FormationAnalysis.vue' import FormationAnalysis from './components/FormationAnalysis.vue'
import BitDesign from './components/BitDesign.vue' import BitDesign from './components/BitDesign.vue'
import BitDesigns from './components/BitDesign.vue'
import FormationMaintenance from './components/FormationMaintenance.vue' import FormationMaintenance from './components/FormationMaintenance.vue'
export default { export default {
name: 'WellDesign', name: 'WellDesign',
...@@ -33,6 +37,7 @@ export default { ...@@ -33,6 +37,7 @@ export default {
AdjacentWell, AdjacentWell,
FormationAnalysis, FormationAnalysis,
BitDesign, BitDesign,
BitDesigns,
FormationMaintenance FormationMaintenance
}, },
data() { data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment