From f8747b5d5d7f6db419fa6152308828e728cf7558 Mon Sep 17 00:00:00 2001 From: misworga831 Date: Fri, 12 Sep 2025 22:19:38 +0900 Subject: [PATCH] =?UTF-8?q?fix(=E5=95=86=E5=93=81=E6=93=8D=E4=BD=9C):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A8=A1=E6=9D=BF=E5=92=8C=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goods/goods-seller/goodsOperationSec.vue | 46 +++++++++---------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue index d2449f10..74f672d3 100644 --- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue +++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue @@ -11,7 +11,7 @@ {{ this.baseInfoForm.categoryName[0] - }} + }} > {{ this.baseInfoForm.categoryName[1] }} > {{ this.baseInfoForm.categoryName[2] }} @@ -66,7 +66,7 @@ @on-blur="checkWholesaleNum(index)"> {{ baseInfoForm.goodsUnit || "" - }} + }} @@ -233,8 +233,8 @@ :on-exceeded-size="handleMaxSize" :on-format-error="handleFormatError" :on-progress="() => { $Spin.show(); }" :on-success="(res, file) => { handleSuccess(res, file, val.images) - }" :show-upload-list="false" - style="width: 180px;height: 140px;margin-right: 10px" type="drag"> + }" :show-upload-list="false" style="width: 180px;height: 140px;margin-right: 10px" + type="drag">
@@ -291,7 +291,7 @@ @on-change="updateSkuTable(row, 'quantity')"> {{ baseInfoForm.goodsUnit || "" - }} + }}