Commit 8b21c3db authored by maoying's avatar maoying

风险点关联巡检点部门,责任人,电话显示修改

parent e397fd12
...@@ -23,14 +23,14 @@ const getColumns = () => { ...@@ -23,14 +23,14 @@ const getColumns = () => {
className: 'uant-table-thead' className: 'uant-table-thead'
}, { }, {
title: '责任部门/区域', title: '责任部门/区域',
dataIndex: 'depName', dataIndex: 'deptName',
key: 'depName', key: 'deptName',
width: '15%', width: '15%',
className: 'uant-table-thead' className: 'uant-table-thead'
}, { }, {
title: '责任人', title: '责任人',
dataIndex: 'username', dataIndex: 'userName',
key: 'username', key: 'userName',
width: '10%', width: '10%',
className: 'uant-table-thead' className: 'uant-table-thead'
}, { }, {
......
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