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 && ( + + )} ), },