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
21e58414
Commit
21e58414
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
1ddd95dd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
ConsumptionOrder.vue
src/components/pages/CanteenManagement/ConsumptionOrder.vue
+8
-6
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+1
-1
RechargeRecord.vue
src/components/pages/PaymentManagement/RechargeRecord.vue
+1
-1
RecordsOfConsumption.vue
...mponents/pages/PaymentManagement/RecordsOfConsumption.vue
+1
-1
No files found.
src/components/pages/CanteenManagement/ConsumptionOrder.vue
View file @
21e58414
...
...
@@ -25,12 +25,14 @@
<a-table
:columns=
"columns"
:dataSource=
"OrderList"
:pagination=
"pagination"
@
change=
"handleTableChange"
rowKey=
"orderId"
>
<span
slot=
"buyerName"
>
姓名
</span>
<span
slot=
"buyerSysDeptNameList"
slot-scope=
"buyerSysDeptNameList, record"
>
<a-popover
v-for=
"(item,indexOf) in buyerSysDeptNameList"
:key=
"indexOf"
>
<template
slot=
"content"
>
<p>
{{
record
.
buyerParentSysDeptList
[
indexOf
].
sysParentName
}}
</p>
</
template
>
<span
class=
"deptModel"
>
{{item}}
</span>
</a-popover>
<div
v-if=
"buyerSysDeptNameList && buyerSysDeptNameList.length > 0"
>
<a-popover
v-for=
"(item,indexOf) in buyerSysDeptNameList"
:key=
"indexOf"
>
<template
slot=
"content"
>
<p>
{{
record
.
buyerParentSysDeptList
[
indexOf
].
sysParentName
}}
</p>
</
template
>
<span
class=
"deptModel"
>
{{item}}
</span>
</a-popover>
</div>
</span>
<span
slot=
"agentName"
>
经办人
</span>
<span
slot=
"orderAmount"
slot-scope=
"orderAmount"
>
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
21e58414
...
...
@@ -33,7 +33,7 @@
<a-table
:columns=
"columns"
:dataSource=
"accountList"
size=
"default"
rowKey=
"ddUserId"
:pagination=
"pagination"
@
change=
"handleTableChange"
>
<span
slot=
"name"
>
姓名
</span>
<span
slot=
"departmentNameList"
slot-scope=
"departmentNameList, record"
>
<div
v-if=
"departmentNameList.length > 0"
>
<div
v-if=
"
departmentNameList &&
departmentNameList.length > 0"
>
<a-popover
v-for=
"(item,indexOf) in departmentNameList"
:key=
"indexOf"
>
<template
slot=
"content"
>
<p>
{{
record
.
parentSysDeptNameList
[
indexOf
]
}}
</p>
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/RechargeRecord.vue
View file @
21e58414
...
...
@@ -26,7 +26,7 @@
<a-table
:columns=
"columns"
:dataSource=
"chargeList"
:pagination=
"pagination"
@
change=
"handleTableChange"
rowKey=
"orderNo"
>
<span
slot=
"userName"
>
姓名
</span>
<span
slot=
"departmentNameList"
slot-scope=
"departmentNameList, record"
>
<div
v-if=
"departmentNameList.length > 0"
>
<div
v-if=
"departmentNameList
&& departmentNameList
.length > 0"
>
<a-popover
v-for=
"(item,indexOf) in departmentNameList"
:key=
"indexOf"
>
<template
slot=
"content"
>
<p>
{{
record
.
parentSysDeptNameList
[
indexOf
]
}}
</p>
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/RecordsOfConsumption.vue
View file @
21e58414
...
...
@@ -25,7 +25,7 @@
<a-table
:columns=
"columns"
:dataSource=
"recordsList"
size=
"default"
rowKey=
"orderNo"
:pagination=
"pagination"
@
change=
"handleTableChange"
>
<span
slot=
"userName"
>
消费人
</span>
<span
slot=
"departmentNameList"
slot-scope=
"departmentNameList, record"
>
<div
v-if=
"departmentNameList.length > 0"
>
<div
v-if=
"departmentNameList
&& departmentNameList
.length > 0"
>
<a-popover
v-for=
"(item,indexOf) in departmentNameList"
:key=
"indexOf"
>
<template
slot=
"content"
>
<p>
{{
record
.
parentSysDeptNameList
[
indexOf
]
}}
</p>
...
...
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