Commit a4a3ee0b authored by xinglei's avatar xinglei

修改巡检点执行人列宽

parent b8ef8a43
......@@ -21,13 +21,13 @@ const checkListColumns = (self) => {
title: '执行部门',
dataIndex: 'deptName',
key: 'deptName',
width: '17%'
width: '14%'
},
{
title: '执行人',
dataIndex: 'userName',
key: 'userName',
width: '10%'
width: '13%'
},
{
title: '巡检时间',
......@@ -53,9 +53,9 @@ const checkListColumns = (self) => {
return <span><a href="javascript:;" onClick={function() { self.onCheckStatusClick(record); }}>
{text}
</a></span>;
}
}
......
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