This commit is contained in:
PC-202306242200\Administrator
2024-09-11 17:09:42 +08:00
parent 8c0d331916
commit bd9b2ef2d2
5 changed files with 6 additions and 3 deletions

View File

@@ -29,6 +29,9 @@ const LogTableList: React.FC = () => {
title: '服务费产生日期',
dataIndex: 'incomeDay',
valueType: 'dateRange',
render: (_, record) => {
return record?.incomeDay
},
search: {
transform: (value) => {
return {