Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
0f1ae433
Commit
0f1ae433
authored
Apr 30, 2024
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:优化
parent
e5840454
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/views/order/saleOrderList.vue
src/views/order/saleOrderList.vue
+6
-0
src/views/user/userDetail.vue
src/views/user/userDetail.vue
+2
-1
No files found.
src/views/order/saleOrderList.vue
View file @
0f1ae433
...
...
@@ -302,6 +302,12 @@ export default {
if
(
item
.
distributionOrderId
===
this
.
orderId
)
{
item
.
stateName
=
'
待收货
'
item
.
state
=
20
item
.
waybill
=
this
.
sendForm
.
waybill
this
.
logisticList
.
map
((
logisticItem
)
=>
{
if
(
logisticItem
.
code
===
this
.
sendForm
.
logisticsCode
)
{
item
.
logisticsName
=
logisticItem
.
name
}
}
)
return
item
}
return
item
...
...
src/views/user/userDetail.vue
View file @
0f1ae433
...
...
@@ -438,10 +438,11 @@ export default {
position
:
fixed
;
bottom
:
0
;
padding
-
bottom
:
20
px
;
padding
-
right
:
3
0
px
;
padding
-
right
:
20
0
px
;
background
:
white
;
margin
:
0
24
px
;
z
-
index
:
1000
;
box
-
sizing
:
border
-
box
;
}
.
detail_button
{
text
-
align
:
end
;
...
...
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