修改表格宽度
This commit is contained in:
parent
2a2eb0fbc3
commit
33e9cfe960
|
@ -120,36 +120,43 @@
|
||||||
title: '任务名称',
|
title: '任务名称',
|
||||||
dataIndex: 'activityName',
|
dataIndex: 'activityName',
|
||||||
key: 'activityName',
|
key: 'activityName',
|
||||||
|
width: '180px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '处理部门',
|
title: '处理部门',
|
||||||
dataIndex: 'assigneeDeptName',
|
dataIndex: 'assigneeDeptName',
|
||||||
key: 'assigneeDeptName',
|
key: 'assigneeDeptName',
|
||||||
|
width: '180px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '处理人',
|
title: '处理人',
|
||||||
dataIndex: 'assigneeName',
|
dataIndex: 'assigneeName',
|
||||||
key: 'assigneeName',
|
key: 'assigneeName',
|
||||||
|
width: '180px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '任务开始时间',
|
title: '任务开始时间',
|
||||||
dataIndex: 'startTime',
|
dataIndex: 'startTime',
|
||||||
key: 'startTime',
|
key: 'startTime',
|
||||||
|
width: '180px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '任务结束时间',
|
title: '任务结束时间',
|
||||||
dataIndex: 'endTime',
|
dataIndex: 'endTime',
|
||||||
key: 'endTime',
|
key: 'endTime',
|
||||||
|
width: '180px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '审核意见',
|
title: '审核意见',
|
||||||
dataIndex: 'comment',
|
dataIndex: 'comment',
|
||||||
key: 'comment',
|
key: 'comment',
|
||||||
|
width: '180px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '任务时长',
|
title: '任务时长',
|
||||||
dataIndex: 'duration',
|
dataIndex: 'duration',
|
||||||
key: 'duration',
|
key: 'duration',
|
||||||
|
width: '180px',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
const getInfo = () => {
|
const getInfo = () => {
|
||||||
|
|
Loading…
Reference in New Issue