| | |
| | | <el-dialog :title="parentForm.status === 'detail' ? '母代详情' : '新增母代'" :visible.sync="addParentDialogVisible" |
| | | width="40%" :close-on-click-modal="false"> |
| | | <el-form :model="parentForm" ref="parentForm" label-position="top"> |
| | | <el-form-item label="菌种源" prop="strainSource"> |
| | | <el-form-item label="菌种源" prop="strainSourceStart"> |
| | | <div class="flex-row"> |
| | | <div class="input-wrapper"> |
| | | <el-input disabled v-model="parentForm.strainSource" class="fixed-width-input"></el-input> |
| | | <el-input disabled v-model="parentForm.strainSourceStart" class="fixed-width-input"></el-input> |
| | | </div> |
| | | <span class="form-text">代—</span> |
| | | <div class="input-wrapper"> |
| | | <el-input disabled v-model="parentForm.generation" class="fixed-width-input"></el-input> |
| | | <el-input disabled v-model="parentForm.strainSourceEnd" class="fixed-width-input"></el-input> |
| | | </div> |
| | | <span class="form-text">细胞库</span> |
| | | </div> |