feat: 文案修改

This commit is contained in:
duanshuwen
2025-07-29 19:44:36 +08:00
parent 2e83634d36
commit 716788cd9a

View File

@@ -55,7 +55,7 @@ const props = defineProps({
createTime: "",
contactName: "",
contactPhone: "",
orderStatus: "pending", // pending-待处理, completed-已完成, cancelled-已取消
orderStatus: "0", // pending-待处理, completed-已完成, cancelled-已取消
}),
},
});