Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
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
fengzhaoyu
mingPayPc
Commits
cf8beb41
Commit
cf8beb41
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
充值记录状态修改
parent
f1683cc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
RechargeRecord.vue
src/components/pages/PaymentManagement/RechargeRecord.vue
+3
-2
No files found.
src/components/pages/PaymentManagement/RechargeRecord.vue
View file @
cf8beb41
...
...
@@ -39,10 +39,11 @@
<span
slot=
"agent"
slot-scope=
"agent, record"
>
{{ agent === ''
&&
record.payTypeCode === 'EXTERNAL_ALI_RECHAGE' ? '支付宝自充' : agent }}
</span>
<span
slot=
"orderStatus"
slot-scope=
"orderStatus"
>
<span
slot=
"orderStatus"
slot-scope=
"orderStatus
, record
"
>
<a-badge
v-if=
"orderStatus === MINGPAY_CHARGE_ORDERSTATUS.WAITING_PERMIT"
status=
"processing"
text=
"审批中"
/>
<a-badge
v-else-if=
"orderStatus === MINGPAY_CHARGE_ORDERSTATUS.SUCCESS"
status=
"success"
text=
"已完成"
/>
<a-badge
v-else-if=
"orderStatus === MINGPAY_CHARGE_ORDERSTATUS.FAILED"
status=
"error"
text=
"审批未通过"
/>
<a-badge
v-else-if=
"record.payTypeCode === 'INTERNAL_RECHAGE' && orderStatus === MINGPAY_CHARGE_ORDERSTATUS.FAILED"
status=
"error"
text=
"审批未通过"
/>
<a-badge
v-else-if=
"record.payTypeCode === 'EXTERNAL_ALI_RECHAGE' && orderStatus === MINGPAY_CHARGE_ORDERSTATUS.FAILED"
status=
"error"
text=
"充值失败"
/>
</span>
<span
slot=
"createTime"
>
时间
</span>
<span
slot=
"remark"
>
备注
</span>
...
...
This diff is collapsed.
Click to expand it.
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