提交测试

This commit is contained in:
2025-10-17 11:32:13 +08:00
parent 865b7f0d1f
commit 696a1735db

View File

@@ -123,6 +123,7 @@ const basicForm = reactive({
function editPlan(row, index) {
refDialogPlans.value.open(toRaw(row), index);
}
function returnDeliverDate(row) {
if (row.deliverDate === "advance") {
return "提前" + Math.abs(row.deliverTime) + "天";