Commit 344e397f by zhaopanyu

zpy

parent 8b364239
......@@ -13,9 +13,12 @@
<el-tab-pane label="地层岩石数据强度分析" name="formationAnalysis">
<formation-analysis v-if="activeTab === 'formationAnalysis'" :jh="wellInfo.jh" />
</el-tab-pane>
<el-tab-pane label="钻头设计参数推荐" name="bitDesign">
<el-tab-pane label="数推荐" name="bitDesign">
<bit-design v-if="activeTab === 'bitDesign'" :well-info="wellInfo" />
</el-tab-pane>
<el-tab-pane label="智能推荐" name="bitDesigns">
<BitDesigns v-if="activeTab === 'bitDesigns'" :well-info="wellInfo" />
</el-tab-pane>
</el-tabs>
</div>
</template>
......@@ -25,6 +28,7 @@ import WellStructure from './components/WellStructure.vue'
import AdjacentWell from './components/AdjacentWell.vue'
import FormationAnalysis from './components/FormationAnalysis.vue'
import BitDesign from './components/BitDesign.vue'
import BitDesigns from './components/BitDesign.vue'
import FormationMaintenance from './components/FormationMaintenance.vue'
export default {
name: 'WellDesign',
......@@ -33,6 +37,7 @@ export default {
AdjacentWell,
FormationAnalysis,
BitDesign,
BitDesigns,
FormationMaintenance
},
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