Commit 20033c58 authored by ccc2wdd's avatar ccc2wdd

安全管理,查看企业完成情况,上报时间字段对应为审核时间

parent 35725b57
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
}, },
{ {
title: '上报时间', title: '上报时间',
dataIndex: 'updateTime', dataIndex: 'auditTime',
width: 150, width: 150,
}, },
]; ];
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
}, },
{ {
title: '上报时间', title: '上报时间',
dataIndex: 'updateTime', dataIndex: 'auditTime',
width: 150, width: 150,
}, },
]; ];
......
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