|
@@ -19,19 +19,19 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
- <a-col :span="24">
|
|
|
- <a-form-model-item label="样品分类" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleClassifications">
|
|
|
- <a-input v-model="model.sampleClassifications" placeholder="请输入样品分类" ></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col>
|
|
|
+<!-- <a-col :span="24">-->
|
|
|
+<!-- <a-form-model-item label="样品分类" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleClassifications">-->
|
|
|
+<!-- <a-input v-model="model.sampleClassifications" placeholder="请输入样品分类" ></a-input>-->
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
<a-col :span="24">
|
|
|
<a-form-model-item label="样品单位" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleUnit">
|
|
|
<a-input v-model="model.sampleUnit" placeholder="请输入样品单位" ></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-model-item label="样品状态(是否损坏)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleStatus">
|
|
|
- <a-input v-model="model.sampleStatus" placeholder="请输入样品状态(是否损坏)" ></a-input>
|
|
|
+ <a-form-model-item label="样品状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleStatus">
|
|
|
+ <j-search-select-tag v-model="model.sampleStatus" dict="sample_status " />
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|