Browse Source

排序

undefined
gwbvipvip 1 year ago
parent
commit
f02c981609
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      src/pages/goods/goods-type-manage/index.jsx

+ 6
- 1
src/pages/goods/goods-type-manage/index.jsx View File

@@ -28,7 +28,7 @@ const handleAdd = async (fields) => {
}
};
/**
* 更新节点
* 更新节点
*
* @param fields
*/
@@ -147,6 +147,11 @@ const GoodsTypeManage = () => {
},
},
},
{
title: '排序',
dataIndex: 'goodsType_Sort',
hideInSearch: true,
},
{
title: '操作',
dataIndex: 'option',


Loading…
Cancel
Save