Commit 031c1bd1 authored by guang.wu's avatar guang.wu

fix: 修改账单日期展示时分秒

parent 9048ad61
......@@ -48,8 +48,8 @@ export function columns(pages) {
},
{
title: '账单日期',
dataIndex: 'billDateStr',
key: 'billDateStr',
dataIndex: 'createdAt',
key: 'createdAt',
hideInSearch: true,
align: 'center',
width: '160px',
......
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