1
This commit is contained in:
@@ -164,7 +164,7 @@ const LogTableList: React.FC = () => {
|
||||
valueType: 'text',
|
||||
search: false,
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
title: '订单利润',
|
||||
dataIndex: 'profit',
|
||||
@@ -232,6 +232,7 @@ const LogTableList: React.FC = () => {
|
||||
label: "label",
|
||||
value: "value"
|
||||
}}
|
||||
defaultValue={1}
|
||||
options={statusMap}
|
||||
/>
|
||||
},
|
||||
@@ -356,6 +357,9 @@ const LogTableList: React.FC = () => {
|
||||
}}>导出表格</Button>
|
||||
]}
|
||||
request={async (params, sorter, filter) => {
|
||||
if (!params.status && params.status !== 0) {
|
||||
params.status = 1
|
||||
}
|
||||
setSearchParams({ ...params });
|
||||
let { data } = await orderPage(params)
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user