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
b1af938c
Commit
b1af938c
authored
Jun 27, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
2a964e8f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+1
-1
AllowancePayment.vue
src/components/pages/PaymentManagement/AllowancePayment.vue
+1
-1
RechargeRecord.vue
src/components/pages/PaymentManagement/RechargeRecord.vue
+1
-1
RecordsOfConsumption.vue
...mponents/pages/PaymentManagement/RecordsOfConsumption.vue
+2
-2
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
b1af938c
...
...
@@ -400,7 +400,7 @@ export default {
break
case
3
:
title
=
'确认要对该账户进行注销操作么?'
content
=
'注销后
二维码与实体卡片均不能在
使用'
content
=
'注销后
,该账户不可再次激活,二维码与实体卡片均不能再
使用'
status
=
MINGPAY_ACCOUNT_STATUS
.
LOG_OFF
url
=
''
}
...
...
src/components/pages/PaymentManagement/AllowancePayment.vue
View file @
b1af938c
...
...
@@ -165,7 +165,7 @@ export default {
this
.
getAgentList
()
},
methods
:
{
// 获取
操作人
列表
// 获取
收银员
列表
getAgentList
()
{
let
AgentData
=
this
.
$qs
.
stringify
({
orgId
:
sessionStorage
.
getItem
(
'corpId'
)
...
...
src/components/pages/PaymentManagement/RechargeRecord.vue
View file @
b1af938c
...
...
@@ -108,7 +108,7 @@ export default {
this
.
getAgentList
()
},
methods
:
{
// 获取
操作人
列表
// 获取
收银员
列表
getAgentList
()
{
let
AgentData
=
this
.
$qs
.
stringify
({
orgId
:
sessionStorage
.
getItem
(
'corpId'
)
...
...
src/components/pages/PaymentManagement/RecordsOfConsumption.vue
View file @
b1af938c
...
...
@@ -27,7 +27,7 @@
<span
slot=
"departmentNameList"
slot-scope=
"departmentNameList"
>
{{
departmentNameListToStr
(
departmentNameList
)
}}
</span>
<span
slot=
"agent"
>
操作人
</span>
<span
slot=
"agent"
>
收银员
</span>
<span
slot=
"consumptionAmount"
>
实际消费
</span>
<span
slot=
"consumptionSubsidyAmount"
>
津贴消费
</span>
<!--
<span
slot=
"orderNo"
>
单号
</span>
-->
...
...
@@ -74,7 +74,7 @@ export default {
dataIndex
:
'departmentNameList'
,
scopedSlots
:
{
customRender
:
'departmentNameList'
}
},
{
title
:
'
操作人
'
,
title
:
'
收银员
'
,
dataIndex
:
'agent'
},
{
title
:
'实际消费'
,
...
...
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