Compare commits
5 Commits
dd88eb7310
...
c77020f3d6
| Author | SHA1 | Date |
|---|---|---|
|
|
c77020f3d6 | |
|
|
e19b6c3656 | |
|
|
68a7b02d21 | |
|
|
d54782f742 | |
|
|
c815ab3396 |
|
|
@ -12,4 +12,5 @@
|
||||||
/.mfsu
|
/.mfsu
|
||||||
.swc
|
.swc
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
/yarn.lock
|
/yarn.lock
|
||||||
|
*.yaml
|
||||||
|
|
|
||||||
|
|
@ -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: {},
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue