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
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
145784ee40
commit
550ed55de0
7 changed files with 92 additions and 16 deletions
|
|
@ -164,6 +164,8 @@ export interface TaskOrderPayload {
|
|||
requestWorkId: string;
|
||||
requestWorkStep?: Task;
|
||||
taskStatus?: TaskStatus;
|
||||
failedType?: string;
|
||||
failedComment?: string;
|
||||
}[];
|
||||
taskProduct?: {
|
||||
productId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue