Commit e7ef8652 by liang ce

部门间距调整

parent 8d7edc51
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
title: '部门', title: '部门',
dataIndex: 'buyerSysDeptNameList', dataIndex: 'buyerSysDeptNameList',
scopedSlots: { customRender: 'buyerSysDeptNameList' }, scopedSlots: { customRender: 'buyerSysDeptNameList' },
width: '140px' width: '15%'
}, { }, {
title: '经办人', title: '经办人',
dataIndex: 'agentName' dataIndex: 'agentName'
......
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
title: '部门', title: '部门',
dataIndex: 'departmentNameList', dataIndex: 'departmentNameList',
scopedSlots: { customRender: 'departmentNameList' }, scopedSlots: { customRender: 'departmentNameList' },
width: '140px' width: '15%'
}, { }, {
title: '余额', title: '余额',
dataIndex: 'realityBalance', dataIndex: 'realityBalance',
......
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
title: '部门', title: '部门',
dataIndex: 'departmentNameList', dataIndex: 'departmentNameList',
scopedSlots: { customRender: 'departmentNameList' }, scopedSlots: { customRender: 'departmentNameList' },
width: '140px' width: '15%'
}, { }, {
title: '充值金额', title: '充值金额',
dataIndex: 'chargeAmount' dataIndex: 'chargeAmount'
...@@ -85,7 +85,8 @@ export default { ...@@ -85,7 +85,8 @@ export default {
dataIndex: 'createTime' dataIndex: 'createTime'
}, { }, {
title: '备注', title: '备注',
dataIndex: 'remark' dataIndex: 'remark',
width: '12%'
}], }],
pagination: { pagination: {
current: 1, current: 1,
......
...@@ -86,7 +86,7 @@ export default { ...@@ -86,7 +86,7 @@ export default {
title: '部门', title: '部门',
dataIndex: 'departmentNameList', dataIndex: 'departmentNameList',
scopedSlots: { customRender: 'departmentNameList' }, scopedSlots: { customRender: 'departmentNameList' },
width: '140px' width: '15%'
}, { }, {
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