提交测试
This commit is contained in:
parent
865b7f0d1f
commit
696a1735db
|
|
@ -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) + "天";
|
||||
|
|
|
|||
Loading…
Reference in New Issue