refactor: show all product and add column status and edit format remark
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
Thanaphon Frappet 2025-04-17 15:02:22 +07:00
parent 145784ee40
commit 550ed55de0
7 changed files with 92 additions and 16 deletions

View file

@ -164,6 +164,8 @@ export interface TaskOrderPayload {
requestWorkId: string;
requestWorkStep?: Task;
taskStatus?: TaskStatus;
failedType?: string;
failedComment?: string;
}[];
taskProduct?: {
productId: string;