From c84d4f74a664c97641e14eac847084f05f5c43e8 Mon Sep 17 00:00:00 2001 From: sunqh <253801736@qq.com> Date: Fri, 23 Jan 2026 16:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Company/List/index.tsx | 38 ++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/pages/Company/List/index.tsx b/src/pages/Company/List/index.tsx index 0179fd6..f453b90 100644 --- a/src/pages/Company/List/index.tsx +++ b/src/pages/Company/List/index.tsx @@ -52,23 +52,27 @@ const CompanyListForm: React.FC = () => { fixed: tableFixedByPhone('left'), render: (_, item) => ( - - + {auth.SF_ADMIN_COMPANY_EDIT && ( + + )} + {auth.SF_ADMIN_USER_VIEW && ( + + )} ), },