Files
template-10490/api/oa/task/model/task.ts
2025-01-27 23:24:42 +08:00

9 lines
264 B
TypeScript

export const TASK_STATUS_0 = 0; // 待处理
export const TASK_STATUS_1 = 1; // 已完成
export const ACTION_1 = '派单';
export const ACTION_2 = '已解决';
export const ACTION_3 = '关单';
export const ACTION_4 = '分享';
export const ACTION_5 = '编辑';