From 32af1deb43de0c39cb5712f2627465d9a8e9d4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 10 Mar 2023 16:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=88=86=E7=B1=BB=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/resource/resource-category/index.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/pages/resource/resource-category/index.tsx b/src/pages/resource/resource-category/index.tsx index 0b9f525..42831f8 100644 --- a/src/pages/resource/resource-category/index.tsx +++ b/src/pages/resource/resource-category/index.tsx @@ -36,21 +36,7 @@ export const ResourceCategoryPage: React.FC = () => { dataIndex: "name", render: (text: string) => {text}, }, - { - title: "ID", - key: "id", - dataIndex: "id", - }, - { - title: "Sort", - key: "sort", - dataIndex: "sort", - }, - { - title: "时间", - dataIndex: "created_at", - render: (text: string) => {text && dateFormat(text)}, - }, + { title: "操作", key: "action",