提交测试
This commit is contained in:
parent
865b7f0d1f
commit
696a1735db
|
|
@ -123,6 +123,7 @@ const basicForm = reactive({
|
||||||
function editPlan(row, index) {
|
function editPlan(row, index) {
|
||||||
refDialogPlans.value.open(toRaw(row), index);
|
refDialogPlans.value.open(toRaw(row), index);
|
||||||
}
|
}
|
||||||
|
|
||||||
function returnDeliverDate(row) {
|
function returnDeliverDate(row) {
|
||||||
if (row.deliverDate === "advance") {
|
if (row.deliverDate === "advance") {
|
||||||
return "提前" + Math.abs(row.deliverTime) + "天";
|
return "提前" + Math.abs(row.deliverTime) + "天";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue