From 08f380d49e0170ca7db04ba55572ecb2b1c85fe4 Mon Sep 17 00:00:00 2001 From: zhaoy <137053305@qq.com> Date: Thu, 1 Feb 2024 09:35:44 +0800 Subject: [PATCH] z --- src/pages/sys/menus/index.jsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/pages/sys/menus/index.jsx b/src/pages/sys/menus/index.jsx index 55b632b..f3c27b0 100644 --- a/src/pages/sys/menus/index.jsx +++ b/src/pages/sys/menus/index.jsx @@ -176,15 +176,6 @@ const handleUpdate = async (fields) => { hideInSearch: true, ellipsis:true, }, - { - title: '状态', - dataIndex: 'status', - hideInSearch: true, - valueEnum: { - 0: { text: '启用', status: 'Success' }, - 1: { text: '禁用', status: 'Warning' }, - }, - }, { title: '创建时间', dataIndex: 'createAt',