Compare commits

..

5 Commits

Author SHA1 Message Date
黄珑 c77020f3d6 Fix: 换货sku初始值显示异常 2025-08-25 16:00:57 +08:00
黄珑 e19b6c3656 订单页,查看详情和创建运单增加高亮 2025-08-25 16:00:57 +08:00
黄珑 68a7b02d21 Fix: 获取运费增加正确提示 2025-08-25 01:41:06 +00:00
cll d54782f742 fix:销售统计 2025-08-23 11:47:10 +08:00
cll c815ab3396 fix:hash build 2025-08-23 09:23:25 +08:00
3 changed files with 9 additions and 7 deletions

3
.gitignore vendored
View File

@ -12,4 +12,5 @@
/.mfsu
.swc
/package-lock.json
/yarn.lock
/yarn.lock
*.yaml

View File

@ -6,6 +6,7 @@ const UMI_APP_API_URL = isDev
: 'https://api.yoone.ca';
export default defineConfig({
hash: true,
antd: {},
access: {},
model: {},

View File

@ -52,12 +52,12 @@ const ListPage: React.FC = () => {
},
hideInTable: true,
},
{
title: '分类',
dataIndex: 'categoryName',
hideInSearch: true,
hideInTable: isSource,
},
// {
// title: '分类',
// dataIndex: 'categoryName',
// hideInSearch: true,
// hideInTable: isSource,
// },
{
title: '数量',
dataIndex: 'totalQuantity',