Commit c9df04bc authored by 卢均锐's avatar 卢均锐

fix: [18030] 订单操作日志外部流转时间无需前端转换

parent b8bebcde
......@@ -32,8 +32,7 @@ export const columns_outer_1 = [
{
title: '操作时间',
dataIndex: 'createTime',
key: 'createTime',
render: (_, text) => formatTimeString(text, 'YYYY-MM-DD HH:mm')
key: 'createTime'
},
{
title: '备注',
......
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