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
9b41ee73
Commit
9b41ee73
authored
Jul 08, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导航样式
parent
6361e18d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
Home.vue
src/components/common/Home.vue
+1
-1
PaymentManagementHome.vue
...ponents/pages/PaymentManagement/PaymentManagementHome.vue
+1
-1
RechargeRecord.vue
src/components/pages/PaymentManagement/RechargeRecord.vue
+7
-5
No files found.
src/components/common/Home.vue
View file @
9b41ee73
...
...
@@ -5,7 +5,7 @@
<img
src=
"../../assets/logo.png"
/>
</div>
<a-menu
theme=
"
dark
"
theme=
"
light
"
mode=
"horizontal"
:defaultSelectedKeys=
"['accountManagement']"
:style=
"
{ lineHeight: '64px' }"
...
...
src/components/pages/PaymentManagement/PaymentManagementHome.vue
View file @
9b41ee73
<
template
>
<div
class=
"PaymentManagementHome"
>
<a-layout
style=
"padding: 24px 0; background: #fff; min-height: calc(100vh -
218
px)"
>
<a-layout
style=
"padding: 24px 0; background: #fff; min-height: calc(100vh -
186
px)"
>
<a-layout-sider
width=
"200"
style=
"background: #fff"
>
<a-menu
mode=
"inline"
...
...
src/components/pages/PaymentManagement/RechargeRecord.vue
View file @
9b41ee73
...
...
@@ -33,7 +33,7 @@
<span
slot=
"agent"
slot-scope=
"agent, record"
>
{{
agent
===
''
&&
record
.
payTypeCode
===
'EXTERNAL_ALI_RECHAGE'
?
'支付宝自充'
:
agent
}}
</span>
<
span
slot=
"orderNo"
>
单号
</span
>
<
!--
<span
slot=
"orderNo"
>
单号
</span>
--
>
<span
slot=
"orderStatus"
slot-scope=
"orderStatus"
>
<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=
"已完成"
/>
...
...
@@ -72,10 +72,12 @@ export default {
title
:
'经办人'
,
dataIndex
:
'agent'
,
scopedSlots
:
{
customRender
:
'agent'
}
},
{
title
:
'单号'
,
dataIndex
:
'orderNo'
},
{
},
// {
// title: '单号',
// dataIndex: 'orderNo'
// },
{
title
:
'状态'
,
dataIndex
:
'orderStatus'
,
scopedSlots
:
{
customRender
:
'orderStatus'
}
...
...
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