Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
electron-printer
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
0
Merge Requests
0
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
zhuzhequan
electron-printer
Commits
d958ec64
Commit
d958ec64
authored
Feb 04, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:优化展示
parent
71e49817
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
src/views/design/head/index.vue
+4
-0
src/views/design/main/index.vue
+6
-2
No files found.
src/views/design/head/index.vue
View file @
d958ec64
...
...
@@ -925,6 +925,7 @@ export default {
</el-button>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
:class=
"
{ disabledClass: it.disabled }"
:command="i"
v-for="(it, i) in grid"
:key="i"
...
...
@@ -1280,4 +1281,7 @@ export default {
}
}
}
.
disabledClass
{
display
:
none
;
}
<
/style>
src/views/design/main/index.vue
View file @
d958ec64
...
...
@@ -338,7 +338,11 @@ export default {
this
.
detail
=
{
...
newValue
};
console
.
log
(
325
,
this
.
detail
);
if
(
this
.
newDesktopDevice
==
3
)
{
this
.
logList
.
unshift
(
`订单:
${
this
.
detail
.
newId
}
已查询`
);
this
.
logList
.
unshift
(
`订单:
${
this
.
detail
.
newId
}
-
${
this
.
selectImgList
.
length
>
1
?
this
.
faceType
:
"S"
}
面 已查询`
,
);
}
try
{
if
(
typeof
this
.
detail
.
imageAry
==
"string"
)
{
...
...
@@ -2376,7 +2380,7 @@ img {
}
.box
{
position
:
relative
;
width
:
4
0
0px
;
width
:
4
2
0px
;
height
:
100%
;
background-color
:
#fff
;
display
:
flex
;
...
...
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