forked from yoone/WEB
1
0
Fork 0

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

3
.gitignore vendored
View File

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

View File

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