|
@@ -33,7 +33,7 @@ export const fixedFieldTaskType = [
|
|
|
//任务状态
|
|
|
export const fixedFieldTaskStatus = [
|
|
|
{ label: "未开始", value: "0", type: "info", color: '#B9B9B9' },
|
|
|
- { label: "进行中", value: "1", type: "primary", color: '#075985' },
|
|
|
+ { label: "进行中", value: "1", type: "primary", color: '#0859d6' },
|
|
|
{ label: "已完成", value: "2", type: "success", color: '#07C160' },
|
|
|
{ label: "已超时", value: "3", type: "danger", color: '#EE0A24' },
|
|
|
];
|