|
@@ -25,12 +25,26 @@
|
|
|
v-model="where.status"
|
|
v-model="where.status"
|
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
|
|
|
+ clearable
|
|
|
>
|
|
>
|
|
|
<el-option label="已处理" :value="1" />
|
|
<el-option label="已处理" :value="1" />
|
|
|
<el-option label="未处理" :value="2" />
|
|
<el-option label="未处理" :value="2" />
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
+ <el-col v-bind="styleResponsive ? { lg: 5, md: 8 } : { span: 4 }">
|
|
|
|
|
+ <el-form-item label="样品取样方式:">
|
|
|
|
|
+ <el-select
|
|
|
|
|
+ v-model="where.conditionType"
|
|
|
|
|
+ placeholder="请选择"
|
|
|
|
|
+ style="width: 100%"
|
|
|
|
|
+ clearable
|
|
|
|
|
+ >
|
|
|
|
|
+ <el-option label="整样" :value="1" />
|
|
|
|
|
+ <el-option label="小样" :value="2" />
|
|
|
|
|
+ </el-select>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
<el-col style="display: flex; justify-content: flex-end"
|
|
<el-col style="display: flex; justify-content: flex-end"
|
|
|
v-bind="styleResponsive ? { lg: 4, md: 6 } : { span: 12 }">
|
|
v-bind="styleResponsive ? { lg: 4, md: 6 } : { span: 12 }">
|
|
|
<div class="ele-form-actions">
|
|
<div class="ele-form-actions">
|