From d025bd201ab0dcc127630f2b68c650d975bdabaf Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 16 九月 2026 11:09:17 +0800
Subject: [PATCH] fix: 1.下单展示模板 2.页面温湿度调整
---
src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
index a236a5b..7d2665a 100644
--- a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
+++ b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
@@ -72,7 +72,7 @@
<el-row>
<el-col :span="12">
<el-form-item label="璁¢噺鍗曚綅锛�" prop="unit">
- <el-select v-model="editForm.unit" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%">
+ <el-select v-model="editForm.unit" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%" filterable>
<el-option v-for="item in dict.type.sys_unit" :key="item.value" :label="item.label" :value="item.value"></el-option>
</el-select>
</el-form-item>
@@ -133,7 +133,7 @@
<el-row>
<el-col :span="12">
<el-form-item label="鍘熷璁板綍妯℃澘锛�" prop="templateId">
- <el-select v-model="editForm.templateId" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%">
+ <el-select v-model="editForm.templateId" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%" filterable>
<el-option v-for="item in templateIdList" :key="item.value" :label="item.label" :value="item.value"></el-option>
</el-select>
</el-form-item>
@@ -307,7 +307,7 @@
sample: [], // 妫�楠屽璞�
price: '', // 鍗曚环
laboratory: '', // 鍦烘墍
- sonLaboratory: '', // 璇曢獙瀹�
+ sonLaboratory: '鏂拌仛', // 璇曢獙瀹�
askTell: '', // 瑕佹眰鎻忚堪
ask: '', // 瑕佹眰鍊�
unit: '', // 璁¢噺鍗曚綅
--
Gitblit v1.9.3