fix : 修复征集公司回显,所属公司改为征集公司
This commit is contained in:
@@ -77,7 +77,7 @@ const tableConfig = reactive({
|
||||
},
|
||||
{
|
||||
prop: 'companyName',
|
||||
label: '所属公司',
|
||||
label: '征集公司',
|
||||
align: 'center',
|
||||
currentRender: ({row, index}) => (
|
||||
<div style={{width: '300px', textOverflow: 'ellipsis'}}>{row.companyName}</div>)
|
||||
|
||||
Reference in New Issue
Block a user