Compare commits
5 Commits
dd88eb7310
...
c77020f3d6
| Author | SHA1 | Date |
|---|---|---|
|
|
c77020f3d6 | |
|
|
e19b6c3656 | |
|
|
68a7b02d21 | |
|
|
d54782f742 | |
|
|
c815ab3396 |
|
|
@ -12,4 +12,5 @@
|
|||
/.mfsu
|
||||
.swc
|
||||
/package-lock.json
|
||||
/yarn.lock
|
||||
/yarn.lock
|
||||
*.yaml
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ const UMI_APP_API_URL = isDev
|
|||
: 'https://api.yoone.ca';
|
||||
|
||||
export default defineConfig({
|
||||
hash: true,
|
||||
antd: {},
|
||||
access: {},
|
||||
model: {},
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue