Commit 98891f4c authored by lxd's avatar lxd

feat: 修改搜索日期

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