9 lines
264 B
TypeScript
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 = '编辑';
|