From f02c9816097a97c746e363602250871dac6c6d1e Mon Sep 17 00:00:00 2001 From: gwbvipvip Date: Mon, 17 Apr 2023 14:16:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/goods/goods-type-manage/index.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/goods/goods-type-manage/index.jsx b/src/pages/goods/goods-type-manage/index.jsx index 1d535f8..8613e42 100644 --- a/src/pages/goods/goods-type-manage/index.jsx +++ b/src/pages/goods/goods-type-manage/index.jsx @@ -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',