You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
264 B
8 lines
264 B
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 = '编辑';
|