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

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

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