修改设备样式
This commit is contained in:
parent
8c277528cb
commit
33509c14af
@ -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,19 +432,26 @@ 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.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'">
|
||||||
|
<div class="flex">
|
||||||
<el-form-item label="扩大段直径" style="width: 100%;">
|
<el-form-item label="扩大段直径" style="width: 100%;">
|
||||||
<el-input v-model="josnInfo.expanded_section.diameter" style="width: 100%" placeholder="请输入直径">
|
<el-input v-model="josnInfo.expanded_section.diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
@ -452,7 +462,14 @@ 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%;">
|
||||||
|
<el-input v-model="josnInfo.transition_section.height" style="width: 100%" placeholder="请输入高度">
|
||||||
|
<template #append>cm</template>
|
||||||
|
</el-input>
|
||||||
|
</el-form-item>
|
||||||
|
<div class="flex">
|
||||||
<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="请输入直径">
|
<el-input v-model="josnInfo.reaction_section.diameter" style="width: 100%" placeholder="请输入直径">
|
||||||
<template #append>cm</template>
|
<template #append>cm</template>
|
||||||
@ -463,15 +480,14 @@ 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%;">
|
|
||||||
<el-input v-model="josnInfo.transition_section.height" style="width: 100%" placeholder="请输入高度">
|
|
||||||
<template #append>cm</template>
|
|
||||||
</el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</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,7 +498,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.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>
|
||||||
@ -494,7 +511,7 @@ onMounted(() => {
|
|||||||
</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