|
|
|
@ -12,7 +12,7 @@ |
|
|
|
|
|
|
|
<!-- 根据步骤类型显示对应的表单 --> |
|
|
|
<!-- 根据步骤类型显示对应的表单 --> |
|
|
|
<component class="flex1" :is="getStepComponent(step.type)" :formData="step.formData" |
|
|
|
<component class="flex1" :sn="step.type" :is="getStepComponent(step.type)" :formData="step.formData" |
|
|
|
@update="onFormUpdate(index, $event)" :ref="'stepCompRef_' + index"> |
|
|
|
</component> |
|
|
|
<div v-if="templateFillType === 'preFill'" class="step-header-item"> |
|
|
|
@ -83,6 +83,7 @@ import jr from "./StepComponents/ry/jr.vue";//溶液-加热 |
|
|
|
|
|
|
|
//表配置 |
|
|
|
import jrry_b from './StepComponents/b/jrry_b.vue';//表配置-加入溶液 |
|
|
|
//表配置-离心:使用溶液离心 |
|
|
|
|
|
|
|
import { public_templateStepList } from '@/api/business/public/public'; |
|
|
|
|
|
|
|
@ -259,6 +260,7 @@ export default { |
|
|
|
|
|
|
|
//标配配置 |
|
|
|
'jrry_b': 'jrry_b', |
|
|
|
'lx_b': 'lx', |
|
|
|
} |
|
|
|
} |
|
|
|
return this.componentMap |
|
|
|
|