From f5a452c1244f1674cd1ee018a96ab7c8a067394a Mon Sep 17 00:00:00 2001 From: paulGao Date: Thu, 1 Sep 2022 17:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E5=95=86=E5=93=81=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E7=BC=96=E8=BE=91=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goods/goods-seller/goodsOperationSec.vue | 615 +++++++++--------- 1 file changed, 299 insertions(+), 316 deletions(-) diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue index 9a7e4345..ae9a2580 100644 --- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue +++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue @@ -3,8 +3,8 @@
@@ -12,36 +12,36 @@
{{ - this.baseInfoForm.categoryName[0] - }} + this.baseInfoForm.categoryName[0] + }} > {{ this.baseInfoForm.categoryName[1] }} > {{ this.baseInfoForm.categoryName[2] }} @@ -52,9 +52,9 @@ > @@ -71,7 +71,7 @@ v-for="(item, index) in goodsUnitList" :key="index" :value="item" - >{{ item }} + >{{ item }} @@ -81,55 +81,55 @@ prop="salesModel" > - 零售型 - 批发型 + 零售型 + 批发型 - + 虚拟型
-