Commit 98891f4c authored by lxd's avatar lxd

feat: 修改搜索日期

parent fc1ba276
......@@ -35,7 +35,7 @@ export const columns = [
title: '账单日期',
key: 'dateTimeRange',
dataIndex: 'createdAtRange',
valueType: 'dateTimeRange',
valueType: 'dateRange',
width: '120px',
hideInTable: true,
initialValue: [],
......
......@@ -39,7 +39,7 @@ export const columns = [
title: '结算单生成日期',
key: 'dateTimeRange',
dataIndex: 'createdAtRange',
valueType: 'dateTimeRange',
valueType: 'dateRange',
width: '120px',
hideInTable: true,
initialValue: [],
......
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