perf(format): code format

This commit is contained in:
zhangheng
2026-02-27 10:21:43 +08:00
parent 6cb8f98004
commit e3ca3e9c31
15 changed files with 257 additions and 142 deletions

View File

@@ -16,7 +16,7 @@ import {
} from "@mantine/core"
import { modals } from "@mantine/modals"
import { notifications } from "@mantine/notifications"
import { IconEdit, IconPlus, IconRefresh, IconSearch, IconUpload } from "@tabler/icons-react"
import { IconEdit, IconRefresh, IconSearch } from "@tabler/icons-react"
import { DataTable, DataTableColumn } from "mantine-datatable"
import { useCallback, useEffect, useMemo, useState } from "react"
import CreateUserModal from "./components/CreateUserModal"
@@ -193,7 +193,7 @@ export default function TeamEmployeePage() {
</Button>
</Group>
<Group>
{/* <Group>
{isShow("add") ? (
<Button
size="xs"
@@ -213,7 +213,7 @@ export default function TeamEmployeePage() {
批量导入
</Button>
) : null}
</Group>
</Group> */}
</Group>
</Paper>