Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_wechat
Commits
46de911a
Commit
46de911a
authored
Dec 06, 2023
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e9f9f42e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
orderRecord.vue
pages/orderRecord/orderRecord.vue
+5
-2
No files found.
pages/orderRecord/orderRecord.vue
View file @
46de911a
...
...
@@ -16,7 +16,7 @@
<text
class=
"cuIcon cuIcon-title text-pink"
></text>
<text
class=
"text-title text-bold text-xl"
>
{{
item
.
storeName
||
'门店名称'
}}
</text>
</view>
<text
:class=
"item.status==1?'text-pink':item.status==0?'text-cyan':item.status==2?'text-gray':'text-red'"
>
{{
item
.
status
>=
3
?
refundStatusEnum
[
item
.
refundStatus
]:
orderStatusEnum
[
item
.
status
]
}}
</text>
<text
:class=
"item.status==1?'text-pink':item.status==0?'text-cyan':item.status==2?'text-gray':'text-red'"
>
{{
item
.
refundStatus
>=
1
?
refundStatusEnum
[
item
.
refundStatus
]:
orderStatusEnum
[
item
.
status
]
}}
</text>
</view>
<view
class=
"flex-row room-image-box"
>
...
...
@@ -166,7 +166,8 @@ import NoLogin from "@/components/noLogin/noLogin"
refundStatusEnum
:{
1
:
'退款中'
,
2
:
'退款中'
,
3
:
'已退款'
3
:
'已退款'
,
4
:
'拒绝退款'
}
};
},
...
...
@@ -197,6 +198,8 @@ import NoLogin from "@/components/noLogin/noLogin"
uni
.
setStorageSync
(
'dicts'
,
JSON
.
stringify
(
res
.
data
.
data
))
this
.
orderStatusEnum
=
getDictItem
(
dicts
,
"store_order_status"
);
this
.
roomTypeEnum
=
getDictItem
(
dicts
,
"store_room_type"
);
this
.
refundStatusEnum
=
getDictItem
(
dicts
,
"order_refund_status"
);
this
.
onLoading
()
})
}
...
...
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