操作屏增加需求

This commit is contained in:
2025-01-13 09:54:04 +08:00
parent 8506ec5a04
commit 4ad6da1879
5 changed files with 490 additions and 666 deletions

View File

@@ -20,7 +20,7 @@
<el-row class="filter-wraper" type="flex" justify="space-between">
<el-col :span="5" class="p-label">设备</el-col>
<el-col :span="18" class="select-wraper">
<el-select v-model="value" placeholder="请选择">
<el-select v-model="value" :popper-append-to-body="false" placeholder="请选择">
<el-option
v-for="item in options"
:key="item.device_code"