This commit is contained in:
gyq 2025-10-17 11:32:29 +08:00
commit dc0cd2076c
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
npx --no-install commitlint --edit $1
# npx --no-install commitlint --edit $1

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