运单调整

This commit is contained in:
2026-09-11 14:39:30 +08:00
parent 1a9cd55d66
commit 764c0f4581
7 changed files with 610 additions and 59 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export const planStatusOptions = [
export const waybillStatusOptions = [
{ label: '草稿', value: 'draft' },
{ label: '待执行', value: 'pending' },
{ label: '进行中', value: 'processing' },
{ label: '进行中', value: 'running' },
{ label: '已完成', value: 'completed' },
{ label: '已取消', value: 'cancelled' },
];