Commit db778ec4 by zhaochengxiang

资产任务列表调整

parent 4de3f948
...@@ -95,18 +95,14 @@ const FC = (props) => { ...@@ -95,18 +95,14 @@ const FC = (props) => {
dataIndex: 'resourceNum', dataIndex: 'resourceNum',
}, },
{ {
title: '已分配',
dataIndex: 'distributedNum',
},
{
title: '已梳理',
dataIndex: 'sortedNum',
},
{
title: '已完成', title: '已完成',
dataIndex: 'doneNum', dataIndex: 'doneNum',
}, },
{ {
title: '已复核',
dataIndex: 'checkedNum',
},
{
title: '分配人', title: '分配人',
dataIndex: 'creator', dataIndex: 'creator',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment