治疗修改

This commit is contained in:
2025-08-24 12:04:52 +08:00
parent 34c2873a4b
commit 0820a65657
3 changed files with 38 additions and 7 deletions

View File

@@ -102,7 +102,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="转入羊舍" prop="sheepfoldId">
<el-select v-model="form.sheepfoldId" placeholder="请选择转入羊舍"
<el-select v-model="form.sheepfoldId" placeholder="请选择转入羊舍" filterable
style="width: 100%;">
<el-option v-for="item in sheepfolds" :key="item.id" :label="item.name"
:value="item.id" />