This commit is contained in:
2026-01-23 16:40:39 +08:00
parent 8825b8f23c
commit c84d4f74a6

View File

@@ -52,6 +52,7 @@ const CompanyListForm: React.FC = () => {
fixed: tableFixedByPhone('left'),
render: (_, item) => (
<GapBox>
{auth.SF_ADMIN_COMPANY_EDIT && (
<Button
type='primary'
onClick={() => {
@@ -60,6 +61,8 @@ const CompanyListForm: React.FC = () => {
>
</Button>
)}
{auth.SF_ADMIN_USER_VIEW && (
<Button
type='text'
onClick={() => {
@@ -69,6 +72,7 @@ const CompanyListForm: React.FC = () => {
>
</Button>
)}
</GapBox>
),
},