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
c47fd95a
Commit
c47fd95a
authored
Nov 28, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:podus订单 按钮样式修改
parent
c82b1ccc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
26 deletions
+19
-26
src/views/order/podUs/index.vue
+19
-26
No files found.
src/views/order/podUs/index.vue
View file @
c47fd95a
...
@@ -1813,26 +1813,12 @@
...
@@ -1813,26 +1813,12 @@
<
/el-link
>
<
/el-link
>
<
el
-
icon
<
el
-
icon
v
-
if
=
"row.prnDownloadStatus"
v
-
if
=
"row.prnDownloadStatus"
style
=
"right: -2px
"
class
=
"download-icon
"
class
=
"check-icon
"
style
=
"position:relative;right: 7px
"
>
>
<
CircleCheckFilled
/>
<
CircleCheckFilled
/>
<
/el-icon
>
<
/el-icon
>
<
span
class
=
"operate-item"
>
<
ElButton
:
disabled
=
"!row.url && !row.tiffUrl"
link
title
=
"下载PNG或TIFF"
type
=
"primary"
@
click
=
"handleDownload(row)"
>
下载
<
/ElButton
>
<
el
-
icon
v
-
if
=
"row.downloadStatus"
class
=
"check-icon"
><
CircleCheckFilled
/><
/el-icon
>
<
/span
>
<!--
<
span
class
=
"operate-item"
>
<!--
<
span
class
=
"operate-item"
>
<
ElButton
<
ElButton
:
disabled
=
"!row.tiffUrl"
:
disabled
=
"!row.tiffUrl"
...
@@ -1870,24 +1856,29 @@
...
@@ -1870,24 +1856,29 @@
/><
/el-icon
>
/><
/el-icon
>
<
/span
>
<
/span
>
<
span
class
=
"operate-item"
>
<
span
class
=
"operate-item"
>
<
ElButton
<
ElButton
:
disabled
=
"
row.productNum > 50
"
:
disabled
=
"
!row.url && !row.tiffUrl
"
link
link
title
=
"重新排版"
type
=
"primary"
type
=
"warning"
@
click
=
"handleDownload(row)"
:
loading
=
"reComposingLoadingMap[row.id]"
@
click
=
"showArrange(1, row)"
>
>
重排
下载素材
<
/ElButton
>
<
/ElButton
>
<
el
-
icon
v
-
if
=
"row.downloadStatus"
class
=
"download-icon"
><
CircleCheckFilled
/><
/el-icon
>
<
/span
>
<
/span
>
<
span
class
=
"operate-item"
>
<
span
class
=
"operate-item"
>
<
ElButton
<
ElButton
:
disabled
=
"row.productNum > 50"
link
link
type
=
"danger"
title
=
"重新排版"
@
click
=
"handleBatchDelete('single', row.id)"
type
=
"warning"
:
loading
=
"reComposingLoadingMap[row.id]"
@
click
=
"showArrange(1, row)"
>
>
删除
重排
<
/ElButton
>
<
/ElButton
>
<
/span
>
<
/span
>
<
/div
>
<
/div
>
...
@@ -6958,7 +6949,9 @@ const printNormal = async () => {
...
@@ -6958,7 +6949,9 @@ const printNormal = async () => {
.
operate
-
item
{
.
operate
-
item
{
position
:
relative
;
position
:
relative
;
}
}
.
download
-
icon
{
color
:
var
(
--
el
-
color
-
success
);
}
.
check
-
icon
{
.
check
-
icon
{
color
:
var
(
--
el
-
color
-
success
);
color
:
var
(
--
el
-
color
-
success
);
position
:
absolute
;
position
:
absolute
;
...
...
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