Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
dcb5cae7
Commit
dcb5cae7
authored
Jul 03, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改ElPopover会和select冲突问题
parent
9ba71cf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/views/order/podUs/index.vue
+5
-0
No files found.
src/views/order/podUs/index.vue
View file @
dcb5cae7
...
@@ -120,6 +120,7 @@
...
@@ -120,6 +120,7 @@
<el-select
<el-select
v-model=
"searchForm.timeType"
v-model=
"searchForm.timeType"
clearable
clearable
:teleported=
"false"
placeholder=
"时间类型"
placeholder=
"时间类型"
style=
"flex: 1; margin-right: 10px"
style=
"flex: 1; margin-right: 10px"
>
>
...
@@ -129,6 +130,7 @@
...
@@ -129,6 +130,7 @@
</el-select>
</el-select>
<el-date-picker
<el-date-picker
v-model=
"timeRange"
v-model=
"timeRange"
:teleported=
"false"
:default-time=
"[
:default-time=
"[
new Date(0, 0, 0, 0, 0, 0),
new Date(0, 0, 0, 0, 0, 0),
new Date(0, 0, 0, 23, 59, 59),
new Date(0, 0, 0, 23, 59, 59),
...
@@ -167,6 +169,7 @@
...
@@ -167,6 +169,7 @@
v-model=
"searchForm.userMark"
v-model=
"searchForm.userMark"
clearable
clearable
filterable
filterable
:teleported=
"false"
style=
"width: 150px"
style=
"width: 150px"
placeholder=
"客户"
placeholder=
"客户"
>
>
...
@@ -184,6 +187,7 @@
...
@@ -184,6 +187,7 @@
v-model=
"searchForm.productionClient"
v-model=
"searchForm.productionClient"
placeholder=
"生产端"
placeholder=
"生产端"
clearable
clearable
:teleported=
"false"
style=
"width: 150px"
style=
"width: 150px"
>
>
<ElOption
<ElOption
...
@@ -223,6 +227,7 @@
...
@@ -223,6 +227,7 @@
v-model=
"searchForm.shipmentType"
v-model=
"searchForm.shipmentType"
placeholder=
"物流类型"
placeholder=
"物流类型"
clearable
clearable
:teleported=
"false"
style=
"width: 150px"
style=
"width: 150px"
>
>
<ElOption
<ElOption
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment