Compare commits

..

3 Commits

Author SHA1 Message Date
黄珑 dd88eb7310 Fix: 换货sku初始值显示异常 2025-08-25 15:58:47 +08:00
黄珑 14cba4afc2 订单页,查看详情和创建运单增加高亮 2025-08-25 15:10:46 +08:00
黄珑 a0de05d120 Fix: 获取运费增加正确提示 2025-08-23 17:43:01 +08:00
3 changed files with 7 additions and 9 deletions

1
.gitignore vendored
View File

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

View File

@ -6,7 +6,6 @@ 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',