·
This commit is contained in:
@@ -29,6 +29,9 @@ const LogTableList: React.FC = () => {
|
||||
title: '服务费产生日期',
|
||||
dataIndex: 'incomeDay',
|
||||
valueType: 'dateRange',
|
||||
render: (_, record) => {
|
||||
return record?.incomeDay
|
||||
},
|
||||
search: {
|
||||
transform: (value) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user