|
@@ -30,9 +30,9 @@ export const defaultSearchForm = {
|
|
|
};
|
|
|
export const PRIORITY = [
|
|
|
//优先级
|
|
|
- { label: "高", value: 0 },
|
|
|
+ { label: "高", value: 2 },
|
|
|
{ label: "中", value: 1 },
|
|
|
- { label: "低", value: 2 },
|
|
|
+ { label: "低", value: 0 },
|
|
|
];
|
|
|
export const STATUS: StatusType[] = [
|
|
|
//任务状态
|