Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-customer-new-master
Commits
4046c42a
Commit
4046c42a
authored
Jan 20, 2025
by
Smile
Committed by
wux
Jan 21, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug216 (app/h5)我的订单各个tab查询订单接口status字段返回0时,前端状态应该显示:待入仓。请看截图
parent
7d1ebe27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
order.vue
src/pages/order/order.vue
+6
-1
No files found.
src/pages/order/order.vue
View file @
4046c42a
...
...
@@ -605,8 +605,13 @@
methods
:
{
formatMsg
(
item
){
let
val
=
this
.
getRealStatus
(
item
)
console
.
log
(
"
val
"
,
val
)
const
index
=
this
.
config
.
status
.
value
.
findIndex
(
item
=>
{
return
item
.
split
(
'
,
'
).
map
(
Number
).
includes
(
val
);
if
(
item
!==
undefined
&&
item
!==
null
&&
item
!==
''
){
return
item
.
split
(
'
,
'
).
map
(
Number
).
includes
(
val
);
}
else
{
return
0
;
}
})
return
this
.
config
.
status
.
label
[
index
];
},
...
...
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