From 48f6e56b68fbf365466fbf0dff94e9f6715e531f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=9C=A8=E4=BD=95=E6=96=B9?= <1038061900@qq.com> Date: Tue, 5 Dec 2023 16:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E5=87=BA=E6=B8=A0=E9=81=93?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=AE=A1=E6=A0=B8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ecw/order/components/NotShipingChannel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ecw/order/components/NotShipingChannel.vue b/src/views/ecw/order/components/NotShipingChannel.vue index e3566d98..04835560 100644 --- a/src/views/ecw/order/components/NotShipingChannel.vue +++ b/src/views/ecw/order/components/NotShipingChannel.vue @@ -95,7 +95,7 @@ </el-table> <el-descriptions :colon="false" style="margin-top:10px"> <el-descriptions-item :label="$t('备注')" :span="2"> - {{orderExceptionData.orderExceptionNotes}} + {{orderExceptionData.applyNotes}} </el-descriptions-item> </el-descriptions> </div> -- 2.22.0