Commit dcb5cae7 by linjinhong

fix:修改ElPopover会和select冲突问题

parent 9ba71cf8
......@@ -120,6 +120,7 @@
<el-select
v-model="searchForm.timeType"
clearable
:teleported="false"
placeholder="时间类型"
style="flex: 1; margin-right: 10px"
>
......@@ -129,6 +130,7 @@
</el-select>
<el-date-picker
v-model="timeRange"
:teleported="false"
:default-time="[
new Date(0, 0, 0, 0, 0, 0),
new Date(0, 0, 0, 23, 59, 59),
......@@ -167,6 +169,7 @@
v-model="searchForm.userMark"
clearable
filterable
:teleported="false"
style="width: 150px"
placeholder="客户"
>
......@@ -184,6 +187,7 @@
v-model="searchForm.productionClient"
placeholder="生产端"
clearable
:teleported="false"
style="width: 150px"
>
<ElOption
......@@ -223,6 +227,7 @@
v-model="searchForm.shipmentType"
placeholder="物流类型"
clearable
:teleported="false"
style="width: 150px"
>
<ElOption
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment