From dab029cd23af613e75677d9f71bb4487784fcd76 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 2 Apr 2025 16:17:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C=EF=BC=8C=E4=BF=AE=E6=94=B9skuName=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/index/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/order/index/index.vue b/src/views/order/index/index.vue index f5785f3..2913dbb 100644 --- a/src/views/order/index/index.vue +++ b/src/views/order/index/index.vue @@ -38,9 +38,9 @@ {{ item.productName }} - (退 - {{ item.refundNumber }}) + (退 - {{ item.refundNum }}) -
{{ item.productSkuName }}
+
{{ item.skuName }}
@@ -49,7 +49,7 @@

名称: - {{ scope.row.tableName }} + {{ scope.row.tableName || "无" }}

编号:{{ scope.row.tableCode }}