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',
|
||||
label: '征集公司',
|
||||
align: 'center',
|
||||
currentRender: ({row, index}) => (
|
||||
<div style={{width: '300px', textOverflow: 'ellipsis'}}>{row.companyName}</div>)
|
||||
// currentRender: ({row, index}) => (
|
||||
// <div style={{width: '300px', textOverflow: 'ellipsis',textAlign:'center'}}>{row.companyName}</div>)
|
||||
},
|
||||
{
|
||||
prop: 'approveName',
|
||||
|
||||
Reference in New Issue
Block a user