forked from yoone/WEB
1
0
Fork 0

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

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
.swc .swc
/package-lock.json /package-lock.json
/yarn.lock /yarn.lock
*.yaml

View File

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

View File

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