src/views/equipmentManagement/ledger/Form.vue
@@ -254,6 +254,12 @@ form.taxRate = data.taxRate; form.unTaxIncludingPriceTotal = data.unTaxIncludingPriceTotal; form.createTime = data.createTime; // 预计运行时间:后端返回后转为 YYYY-MM-DD 以便日期选择器正确展示 if (data.planRuntimeTime) { form.planRuntimeTime = dayjs(data.planRuntimeTime).format('YYYY-MM-DD'); } else { form.planRuntimeTime = undefined; } } };