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
8d7edc51
Commit
8d7edc51
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部门间距调整
parent
4a60f325
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
ConsumptionOrder.vue
src/components/pages/CanteenManagement/ConsumptionOrder.vue
+2
-1
RechargeRecord.vue
src/components/pages/PaymentManagement/RechargeRecord.vue
+2
-1
RecordsOfConsumption.vue
...mponents/pages/PaymentManagement/RecordsOfConsumption.vue
+2
-1
No files found.
src/components/pages/CanteenManagement/ConsumptionOrder.vue
View file @
8d7edc51
...
...
@@ -94,7 +94,8 @@ export default {
},
{
title
:
'部门'
,
dataIndex
:
'buyerSysDeptNameList'
,
scopedSlots
:
{
customRender
:
'buyerSysDeptNameList'
}
scopedSlots
:
{
customRender
:
'buyerSysDeptNameList'
},
width
:
'140px'
},
{
title
:
'经办人'
,
dataIndex
:
'agentName'
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/RechargeRecord.vue
View file @
8d7edc51
...
...
@@ -67,7 +67,8 @@ export default {
},
{
title
:
'部门'
,
dataIndex
:
'departmentNameList'
,
scopedSlots
:
{
customRender
:
'departmentNameList'
}
scopedSlots
:
{
customRender
:
'departmentNameList'
},
width
:
'140px'
},
{
title
:
'充值金额'
,
dataIndex
:
'chargeAmount'
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/RecordsOfConsumption.vue
View file @
8d7edc51
...
...
@@ -85,7 +85,8 @@ export default {
},
{
title
:
'部门'
,
dataIndex
:
'departmentNameList'
,
scopedSlots
:
{
customRender
:
'departmentNameList'
}
scopedSlots
:
{
customRender
:
'departmentNameList'
},
width
:
'140px'
},
{
title
:
'收银员'
,
dataIndex
:
'agent'
...
...
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