From d4dd91814149a77fbfda0825b598dbd4ae999fdf Mon Sep 17 00:00:00 2001 From: zhoulei Date: Tue, 15 Feb 2022 18:24:51 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BA=8C=E7=BA=A7=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=A4=B4=E9=83=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/outbound/index.vue | 35 ++++++++++++++++++---------- 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/src/pages/product/outbound/index.vue b/src/pages/product/outbound/index.vue index b6b821d..f015d8a 100644 --- a/src/pages/product/outbound/index.vue +++ b/src/pages/product/outbound/index.vue @@ -18,13 +18,7 @@ " > - - {{ - session.lang == 'en' - ? index + 1 + ' ' + item.engResourceName - : index + 1 + ' ' + item.resourceName - }} + {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}