fix : 征集公司居中

This commit is contained in:
2024-07-13 13:00:04 +08:00
parent 8ac168023b
commit e4ecd22c2e

View File

@@ -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',