onDeleteCategory(uuid)}/>
}
{
sortedIndex !== 0 &&
@@ -240,8 +240,8 @@ const TitleNormalComp = (props) => {
onDeleteCategoryItems(id, selectedRowKeys)}/>
- onAddCategoryItems(id)}/>
+ onClick={() => onDeleteCategoryItems(uuid, selectedRowKeys)}/>
+ onAddCategoryItems(uuid)}/>
;
};
diff --git a/pc4mobx/hrmSalary/pages/taxAgent/columns.js b/pc4mobx/hrmSalary/pages/taxAgent/columns.js
index d185263e..c9326873 100644
--- a/pc4mobx/hrmSalary/pages/taxAgent/columns.js
+++ b/pc4mobx/hrmSalary/pages/taxAgent/columns.js
@@ -41,6 +41,11 @@ export const importEmployColumns = [
dataIndex: "mobile",
key: "mobile"
},
+ {
+ title: "员工状态",
+ dataIndex: "employeeStatus",
+ key: "employeeStatus"
+ },
];