瀏覽代碼

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 年之前
父節點
當前提交
2d70dc8ac6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/components/CreateProject/StaffAllocation.tsx

+ 1
- 1
src/components/CreateProject/StaffAllocation.tsx 查看文件

@@ -172,7 +172,7 @@ const StaffAllocation: React.FC<Props> = ({
const q = query.toLowerCase();
return (
(staff.name.toLowerCase().includes(q) ||
staff.id.toString().includes(q) ||
staff.staffId.toString().includes(q) ||
staff.currentPosition?.toLowerCase().includes(q)) &&
Object.entries(filters).every(([filterKey, filterValue]) => {
const staffColumnValue = staff[filterKey as keyof StaffResult];


Loading…
取消
儲存