1
This commit is contained in:
@@ -84,9 +84,9 @@ export default defineConfig({
|
||||
},
|
||||
define: {
|
||||
'process.env': {
|
||||
// API_URL: "https://iadminapi.zhongshuai2023.com",
|
||||
API_URL: "https://iadminapi.zhongshuai2023.com",
|
||||
// API_URL: "http://192.168.1.63:1002",
|
||||
API_URL: "http://192.168.1.54:1002",
|
||||
// API_URL: "http://192.168.1.54:1002",
|
||||
WS_URL: "ws://lv.com",
|
||||
STATIC_URL: "http://lv.com",
|
||||
WEMAP_KEY: 'ZFDBZ-YUTWB-353UZ-NYKEY-JTVIZ-Q3F6X'
|
||||
|
||||
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/umi.dd25f5a2.js"></script>
|
||||
<script src="/umi.0ff77be7.js"></script>
|
||||
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
1
dist/src__pages__order__index.b9d41659.async.js
vendored
Normal file
1
dist/src__pages__order__index.b9d41659.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/umi.dd25f5a2.js → dist/umi.0ff77be7.js
vendored
2
dist/umi.dd25f5a2.js → dist/umi.0ff77be7.js
vendored
File diff suppressed because one or more lines are too long
@@ -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