Merge pull request 'fix : 征集公司居中' (#540) from dd into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/540
This commit is contained in:
@@ -79,8 +79,8 @@ const tableConfig = reactive({
|
|||||||
prop: 'companyName',
|
prop: 'companyName',
|
||||||
label: '征集公司',
|
label: '征集公司',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
currentRender: ({row, index}) => (
|
// currentRender: ({row, index}) => (
|
||||||
<div style={{width: '300px', textOverflow: 'ellipsis'}}>{row.companyName}</div>)
|
// <div style={{width: '300px', textOverflow: 'ellipsis',textAlign:'center'}}>{row.companyName}</div>)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'approveName',
|
prop: 'approveName',
|
||||||
|
|||||||
Reference in New Issue
Block a user