diff --git a/apps/web/src/app/main/staffinfo_show/stafftable/page.tsx b/apps/web/src/app/main/staffinfo_show/stafftable/page.tsx
index 220fe2c..4bc6c3f 100644
--- a/apps/web/src/app/main/staffinfo_show/stafftable/page.tsx
+++ b/apps/web/src/app/main/staffinfo_show/stafftable/page.tsx
@@ -255,9 +255,9 @@ export default function StaffTable() {
{ field: 'trainMajor', headerName: '培训专业', },
{
field: 'hasTrain', headerName: '是否参加培训',
- cellRenderer: (params: any) =>(
+ cellRenderer: (params: any) => (
-
+
)
}
@@ -270,9 +270,9 @@ export default function StaffTable() {
{ field: 'certWork', headerName: '鉴定工种', },
{
field: 'hasCert', headerName: '是否参加鉴定',
- cellRenderer: (params: any) =>(
+ cellRenderer: (params: any) => (
-
+
)
}
@@ -666,7 +666,9 @@ export default function StaffTable() {
-
+