feat:工单类型添加 处理优先级字段
Some checks failed
/ Explore-Gitea-Actions (push) Has been cancelled

自动派单不显示抢单、派单按钮
This commit is contained in:
2025-08-25 14:43:32 +08:00
parent faababd9a4
commit 5975d1b94d
11 changed files with 127 additions and 46 deletions

View File

@@ -83,7 +83,7 @@ export interface WorkOrdersVO {
*/
imgUrl: string;
evaluateImgPath: string | undefined;
evaluateImgPath: string[];
/**
* 评价内容
*/
@@ -101,7 +101,7 @@ export interface WorkOrdersVO {
*/
orderImgUrl: string;
orderImgPath: string|undefined;
orderImgPath: string[];
reportingType: string;