From bfa004a23c874b5ee6ae4ccee10243785991a709 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 10 May 2024 17:42:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=87=87=E8=B4=AD=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/opurchase/opurchaseclass/detail.vue | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/views/opurchase/opurchaseclass/detail.vue b/src/views/opurchase/opurchaseclass/detail.vue index 67e961f..028772d 100644 --- a/src/views/opurchase/opurchaseclass/detail.vue +++ b/src/views/opurchase/opurchaseclass/detail.vue @@ -8,27 +8,35 @@ Operation --> - {{form.number}} + {{ form.number }} - - {{form.total}} + + {{ form.total }} - {{form.deduction_price}} + {{ form.deduction_price }} - {{form.actual}} + {{ form.actual }} - {{form.money}} + {{ form.money }} - {{form.merchant}} + {{ form.merchant }} - {{form.id}} + {{ form.id }} + + + + + + + + 订单列表 报价信息 @@ -62,7 +70,6 @@ const getDetail = async () => { const data = await apiOpurchaseclassDetail({ id: route.query.id, }); - console.log(data); form.value = data; }; getDetail();