初始化

This commit is contained in:
2025-01-27 23:24:42 +08:00
parent c8a96306c4
commit 6ae8339299
421 changed files with 35687 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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 = '编辑';