提交测试

This commit is contained in:
YeMingfei666 2025-10-17 11:32:13 +08:00
parent 865b7f0d1f
commit 696a1735db
1 changed files with 1 additions and 0 deletions

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) + "天";