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
4485c977
Commit
4485c977
authored
Jun 26, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改示意图组件
parent
df9941c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
src/views/logistics/sortingConfiguration.vue
+13
-4
No files found.
src/views/logistics/sortingConfiguration.vue
View file @
4485c977
...
...
@@ -7,8 +7,8 @@ import {
QuestionFilled
,
}
from
'@element-plus/icons-vue'
import
platformJson
from
'@/json/platform.json'
import
useImagePreview
from
'@/utils/hooks/useImagePreview.'
const
{
mouseoverImg
,
mouseleaveImg
}
=
useImagePreview
()
//
import useImagePreview from '@/utils/hooks/useImagePreview.'
//
const { mouseoverImg, mouseleaveImg } = useImagePreview()
import
sortingImg
from
'@/assets/images/分拣口说明.png'
import
{
getsortingConfigListApi
,
...
...
@@ -601,14 +601,23 @@ useEnterKeyTrigger({
></el-option>
</el-select>
 
<el-icon
<el-popover
placement=
"bottom-start"
width=
"700"
trigger=
"click"
>
<img
:src=
"sortingImg"
alt=
"分拣口示意图"
style=
"width: 100%"
/>
<
template
#
reference
>
<el-icon
size=
"30"
color=
"#606266"
style=
"cursor: pointer"
>
<QuestionFilled
/>
</el-icon>
</
template
>
</el-popover>
<!-- <el-icon
size="30"
title="分拣口示意图"
style="cursor: pointer"
@click="mouseoverImg(ev, sortingImg, '700px', true, true)"
@mouseover="(ev:MouseEvent) => mouseoverImg(ev, sortingImg,'700px',true,true)"
@mouseleave="mouseleaveImg"
><QuestionFilled
/></el-icon>
/></el-icon>
-->
</div>
</el-form-item>
<el-form-item
...
...
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