Merge branch 'develop-business-css' of http://121.37.111.42:3000/ThbTech/JavaProjectRepo into development-business-css
This commit is contained in:
commit
516961c323
@ -389,7 +389,7 @@ onMounted(() => {
|
|||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="高度" style="width: 100%;">
|
<el-form-item label="环形槽高度" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.height" style="width: 100%" placeholder="请输入高度">
|
<el-input v-model="josnInfo.height" style="width: 100%" placeholder="请输入高度">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
@ -397,7 +397,7 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="queryParams.type == 'TubeBundleTank'">
|
<div v-if="queryParams.type == 'TubeBundleTank'">
|
||||||
<el-form-item label="管束槽外径" style="width: 100%;">
|
<el-form-item label="外径" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.outer_diameter" style="width: 100%" placeholder="请输入直径">
|
<el-input v-model="josnInfo.outer_diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
@ -409,6 +409,7 @@ onMounted(() => {
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="queryParams.type == 'ExtractionColumn'">
|
<div v-if="queryParams.type == 'ExtractionColumn'">
|
||||||
|
<div class="flex">
|
||||||
<el-form-item label="上扩大段直径" style="width: 100%;">
|
<el-form-item label="上扩大段直径" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.upper_expanded.diameter" style="width: 100%" placeholder="请输入直径">
|
<el-input v-model="josnInfo.upper_expanded.diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
@ -419,6 +420,8 @@ onMounted(() => {
|
|||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
</div>
|
||||||
|
<div class="flex">
|
||||||
<el-form-item label="板段直径" style="width: 100%;">
|
<el-form-item label="板段直径" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.tray_section.diameter" style="width: 100%" placeholder="请输入直径">
|
<el-input v-model="josnInfo.tray_section.diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
@ -429,49 +432,62 @@ onMounted(() => {
|
|||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="下扩大段直径" style="width: 100%;">
|
</div>
|
||||||
|
<div class="flex">
|
||||||
|
<el-form-item label="下扩大段直径" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.lower_expanded.diameter" style="width: 100%" placeholder="请输入直径">
|
<el-input v-model="josnInfo.lower_expanded.diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item label="下扩大段高度" style="width: 100%;">
|
<el-form-item label="下扩大段高度" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.lower_expanded.height" style="width: 100%" placeholder="请输入高度">
|
<el-input v-model="josnInfo.lower_expanded.height" style="width: 100%" placeholder="请输入高度">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="queryParams.type == 'FluidizedBed'">
|
<div v-if="queryParams.type == 'FluidizedBed'">
|
||||||
<el-form-item label="扩大段直径" style="width: 100%;">
|
<div class="flex">
|
||||||
<el-input v-model="josnInfo.expanded_section.diameter" style="width: 100%" placeholder="请输入直径">
|
<el-form-item label="扩大段直径" style="width: 100%;">
|
||||||
<template #append>cm</template>
|
<el-input v-model="josnInfo.expanded_section.diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
</el-input>
|
<template #append>cm</template>
|
||||||
</el-form-item>
|
</el-input>
|
||||||
<el-form-item label="扩大段高度" style="width: 100%;">
|
</el-form-item>
|
||||||
<el-input v-model="josnInfo.expanded_section.height" style="width: 100%" placeholder="请输入高度">
|
<el-form-item label="扩大段高度" style="width: 100%;">
|
||||||
<template #append>cm</template>
|
<el-input v-model="josnInfo.expanded_section.height" style="width: 100%" placeholder="请输入高度">
|
||||||
</el-input>
|
<template #append>cm</template>
|
||||||
</el-form-item>
|
</el-input>
|
||||||
|
</el-form-item>
|
||||||
|
</div>
|
||||||
|
|
||||||
<el-form-item label="反应段直径" style="width: 100%;">
|
<el-form-item label="过渡段高度" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.reaction_section.diameter" style="width: 100%" placeholder="请输入直径">
|
|
||||||
<template #append>cm</template>
|
|
||||||
</el-input>
|
|
||||||
</el-form-item>
|
|
||||||
<el-form-item label="反应段高度" style="width: 100%;">
|
|
||||||
<el-input v-model="josnInfo.reaction_section.height" style="width: 100%" placeholder="请输入高度">
|
|
||||||
<template #append>cm</template>
|
|
||||||
</el-input>
|
|
||||||
</el-form-item>
|
|
||||||
|
|
||||||
<el-form-item label="过渡段高度" style="width: 100%;">
|
|
||||||
<el-input v-model="josnInfo.transition_section.height" style="width: 100%" placeholder="请输入高度">
|
<el-input v-model="josnInfo.transition_section.height" style="width: 100%" placeholder="请输入高度">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<div class="flex">
|
||||||
|
<el-form-item label="反应段直径" style="width: 100%;">
|
||||||
|
<el-input v-model="josnInfo.reaction_section.diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
|
<template #append>cm</template>
|
||||||
|
</el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item label="反应段高度" style="width: 100%;">
|
||||||
|
<el-input v-model="josnInfo.reaction_section.height" style="width: 100%" placeholder="请输入高度">
|
||||||
|
<template #append>cm</template>
|
||||||
|
</el-input>
|
||||||
|
</el-form-item>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="queryParams.type == 'ACFTank'">
|
<div v-if="queryParams.type == 'ACFTank'">
|
||||||
|
<div class="flex">
|
||||||
<el-form-item label="环形圆柱外径" style="width: 100%;">
|
<el-form-item label="环形圆柱外径" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.annular_cylinder.outer_diameter" style="width: 100%" placeholder="请输入外径">
|
<el-input v-model="josnInfo.annular_cylinder.outer_diameter" style="width: 100%" placeholder="请输入外径">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
@ -482,8 +498,9 @@ onMounted(() => {
|
|||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
</div>
|
||||||
<el-form-item label="圆锥台底部直径" style="width: 100%;">
|
<div class="flex">
|
||||||
|
<el-form-item label="圆锥台底部直径" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.frustum_bottom.bottom_diameter" style="width: 100%" placeholder="请输入直径">
|
<el-input v-model="josnInfo.frustum_bottom.bottom_diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
@ -493,8 +510,8 @@ onMounted(() => {
|
|||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-form-item label="容量" style="width: 100%;">
|
<el-form-item label="容量" style="width: 100%;">
|
||||||
<el-input v-model="info.volume" style="width: 100%" placeholder="请输入容量">
|
<el-input v-model="info.volume" style="width: 100%" placeholder="请输入容量">
|
||||||
<template #append>L</template>
|
<template #append>L</template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user