Compare commits
3 Commits
c77020f3d6
...
dd88eb7310
| Author | SHA1 | Date |
|---|---|---|
|
|
dd88eb7310 | |
|
|
14cba4afc2 | |
|
|
a0de05d120 |
|
|
@ -13,4 +13,3 @@
|
||||||
.swc
|
.swc
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
/yarn.lock
|
/yarn.lock
|
||||||
*.yaml
|
|
||||||
|
|
|
||||||
|
|
@ -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: {},
|
||||||
|
|
|
||||||
|
|
@ -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