Commit e7ef8652 by liang ce

部门间距调整

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