From 06b2be3bbb48e0275fbd25624c1cce54a7cac2b1 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期二, 20 五月 2025 16:44:34 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- culture/src/views/pedigree-chart/components/PlanForm.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/culture/src/views/pedigree-chart/components/PlanForm.vue b/culture/src/views/pedigree-chart/components/PlanForm.vue index 441f636..df58249 100644 --- a/culture/src/views/pedigree-chart/components/PlanForm.vue +++ b/culture/src/views/pedigree-chart/components/PlanForm.vue @@ -3,14 +3,14 @@ <el-dialog :title="planForm.status === 'detail' ? '传代计划数详情' : '设置传代计划数'" :visible.sync="planDialogVisible" width="40%" :close-on-click-modal="false"> <el-form :model="planForm" :rules="planRules" ref="planForm" 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="planForm.strainSource" class="fixed-width-input"></el-input> + <el-input disabled v-model="planForm.strainSourceStart" class="fixed-width-input"></el-input> </div> <span class="form-text">代—</span> <div class="input-wrapper"> - <el-input disabled v-model="planForm.generation" class="fixed-width-input"></el-input> + <el-input disabled v-model="planForm.strainSourceEnd" class="fixed-width-input"></el-input> </div> <span class="form-text">细胞库</span> </div> -- Gitblit v1.7.1