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
63d55fe6
Commit
63d55fe6
authored
Jun 17, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 样式修改
parent
b50250e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
src/views/order/podUs/index.vue
+18
-18
No files found.
src/views/order/podUs/index.vue
View file @
63d55fe6
...
@@ -798,10 +798,7 @@
...
@@ -798,10 +798,7 @@
<
/template
>
<
/template
>
<
template
#
operate
=
"{ row
}
"
>
<
template
#
operate
=
"{ row
}
"
>
<
div
class
=
"operate-box"
>
<
div
class
=
"operate-box"
>
<
span
<
span
class
=
"operate-item"
>
class
=
"operate-item"
style
=
"display: flex; flex-direction: column"
>
<
ElButton
<
ElButton
link
link
type
=
"primary"
type
=
"primary"
...
@@ -809,30 +806,34 @@
...
@@ -809,30 +806,34 @@
>
>
操作日志
操作日志
<
/ElButton
>
<
/ElButton
>
<
ElButton
<
/span
>
<
span
v
-
if
=
"!row.expressSheet && row.status === 'TO_BE_CONFIRMED'"
v
-
if
=
"!row.expressSheet && row.status === 'TO_BE_CONFIRMED'"
link
class
=
"operate-item"
type
=
"primary"
@
click
=
"confirm(row)"
>
>
<
ElButton
link
type
=
"primary"
@
click
=
"confirm(row)"
>
确认
确认
<
/ElButton
>
<
/ElButton
>
<
ElButton
<
/span
>
<
span
v
-
if
=
"
v
-
if
=
"
row.shipmentType === 1 &&
row.shipmentType === 1 &&
['CREATE_LOGISTICS', 'WAIT_SHIPMENT'].includes(status)
['CREATE_LOGISTICS', 'WAIT_SHIPMENT'].includes(status)
"
"
link
class
=
"operate-item"
type
=
"primary"
@
click
=
"handleUpdateAddress(row)"
>
>
<
ElButton
link
type
=
"primary"
@
click
=
"handleUpdateAddress(row)"
>
修改地址
修改地址
<
/ElButton
>
<
/ElButton
>
<
ElButton
<
/span
>
<
span
v
-
if
=
"
v
-
if
=
"
row.shipmentType === 0 &&
row.shipmentType === 0 &&
['CREATE_LOGISTICS', 'WAIT_SHIPMENT'].includes(status)
['CREATE_LOGISTICS', 'WAIT_SHIPMENT'].includes(status)
"
"
class
=
"operate-item"
>
<
ElButton
link
link
type
=
"primary"
type
=
"primary"
@
click
=
"handleRefreshAddress(row)"
@
click
=
"handleRefreshAddress(row)"
...
@@ -2959,11 +2960,10 @@ const handleExceptionCommand = (command: number) => {
...
@@ -2959,11 +2960,10 @@ const handleExceptionCommand = (command: number) => {
}
}
}
}
.
operate
-
item
{
.
operate
-
box
{
.
el
-
button
{
display
:
flex
;
margin
-
left
:
0
!
important
;
flex
-
direction
:
column
;
margin
-
top
:
20
px
!
important
;
gap
:
10
px
;
}
}
}
<
/style
>
<
/style
>
<
style
>
<
style
>
...
...
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