Commit 8d7edc51 by liang ce

部门间距调整

parent 4a60f325
...@@ -94,7 +94,8 @@ export default { ...@@ -94,7 +94,8 @@ export default {
}, { }, {
title: '部门', title: '部门',
dataIndex: 'buyerSysDeptNameList', dataIndex: 'buyerSysDeptNameList',
scopedSlots: { customRender: 'buyerSysDeptNameList' } scopedSlots: { customRender: 'buyerSysDeptNameList' },
width: '140px'
}, { }, {
title: '经办人', title: '经办人',
dataIndex: 'agentName' dataIndex: 'agentName'
......
...@@ -67,7 +67,8 @@ export default { ...@@ -67,7 +67,8 @@ export default {
}, { }, {
title: '部门', title: '部门',
dataIndex: 'departmentNameList', dataIndex: 'departmentNameList',
scopedSlots: { customRender: 'departmentNameList' } scopedSlots: { customRender: 'departmentNameList' },
width: '140px'
}, { }, {
title: '充值金额', title: '充值金额',
dataIndex: 'chargeAmount' dataIndex: 'chargeAmount'
......
...@@ -85,7 +85,8 @@ export default { ...@@ -85,7 +85,8 @@ export default {
}, { }, {
title: '部门', title: '部门',
dataIndex: 'departmentNameList', dataIndex: 'departmentNameList',
scopedSlots: { customRender: 'departmentNameList' } scopedSlots: { customRender: 'departmentNameList' },
width: '140px'
}, { }, {
title: '收银员', title: '收银员',
dataIndex: 'agent' dataIndex: 'agent'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment