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